perf(tty): move global-kkp-mode to tty-setup-hook

It isn't needed in non-TTY sessions, so spare GUI users the startup
cost.
This commit is contained in:
Henrik Lissner
2025-03-24 00:55:29 -04:00
parent 0e5768064c
commit 2f54077c3e

View File

@ -46,7 +46,7 @@
;; Add support for the Kitty keyboard protocol.
(use-package! kkp
:hook (after-init . global-kkp-mode)
:hook (tty-setup . global-kkp-mode)
:config
;; HACK: Allow C-i to function independently of TAB in KKP-supported
;; terminals. Requires the `input-decode-map' entry in