mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 10:31:23 -08: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:
parent
0e5768064c
commit
2f54077c3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue