diff --git a/.emacs.d/early-init.el b/.emacs.d/early-init.el index d5ff2a3..7c35818 100644 --- a/.emacs.d/early-init.el +++ b/.emacs.d/early-init.el @@ -25,7 +25,8 @@ (setq cursor-type nil) (read-only-mode +1) (switch-to-buffer (current-buffer)) - (local-set-key (kbd "q") 'kill-this-buffer))) + (local-set-key (kbd "") 'kill-this-buffer) + (local-set-key (kbd "t") 'vterm))) (setq initial-scratch-message nil) (setq inhibit-startup-screen t)