Bind t to vterm in early-init splash

This commit is contained in:
Gabriel Simmer 2023-01-28 09:26:18 +00:00
parent efa6504738
commit fa28dc6ecf
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -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 "<escape>") 'kill-this-buffer)
(local-set-key (kbd "t") 'vterm)))
(setq initial-scratch-message nil)
(setq inhibit-startup-screen t)