mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
;; Add support for the Kitty keyboard protocol.
|
;; Add support for the Kitty keyboard protocol.
|
||||||
(use-package! kkp
|
(use-package! kkp
|
||||||
:hook (after-init . global-kkp-mode)
|
:hook (tty-setup . global-kkp-mode)
|
||||||
:config
|
:config
|
||||||
;; HACK: Allow C-i to function independently of TAB in KKP-supported
|
;; HACK: Allow C-i to function independently of TAB in KKP-supported
|
||||||
;; terminals. Requires the `input-decode-map' entry in
|
;; terminals. Requires the `input-decode-map' entry in
|
||||||
|
Reference in New Issue
Block a user