Kitty terminal better keyboard support

This commit is contained in:
MitchMarq42 2023-05-02 12:39:28 -08:00
parent 77c20dbb47
commit 442558c17c

View File

@ -1113,5 +1113,10 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html"
:elpaca (:host github :repo "MitchMarq42/vidframe.el")
)
(use-package kkp
:elpaca (:host github :repo "benjaminor/kkp")
:unless (display-graphic-p)
:config (global-kkp-mode))
(provide 'mitch-packages)
;;; mitch-packages.el ends here