From fa28dc6ecfd02622fd7123b676130466e12cf92b Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sat, 28 Jan 2023 09:26:18 +0000 Subject: [PATCH] Bind t to vterm in early-init splash --- .emacs.d/early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)