refactor(tty): noop evil-terminal-cursor-changer if disabled

This commit is contained in:
Henrik Lissner 2024-08-23 17:23:43 -04:00
parent 07dff99184
commit f90f1c212e
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -41,7 +41,8 @@
;; http://www.culater.net/software/SIMBL/SIMBL.php and
;; https://github.com/saitoha/mouseterm-plus/releases. That makes to support
;; VT's DECSCUSR sequence.
(add-hook 'tty-setup-hook #'evil-terminal-cursor-changer-activate)
(use-package! evil-terminal-cursor-changer
:hook (tty-setup . evil-terminal-cursor-changer-activate))
;; Add support for the Kitty keyboard protocol.
(use-package! kkp