From 26bbf52b1df82db67051406872225aa693617196 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Mar 2026 13:02:56 +0100 Subject: emacs: Support KKP in terminal mode --- .config/emacs/modules/mm-keybindings.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.config/emacs/modules') diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index aae9b4d..1480451 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -42,6 +42,14 @@ the first command is remapped to the second command." ,(concat " <" (symbol-name from) ">") #',to)))) + +;;; Support the Kitty Keyboard Protocol + +(use-package kkp + :ensure t + :unless (or (display-graphic-p) mm-humanwave-p) + :hook (tty-setup . global-kkp-mode)) + ;;; Support QMK Hyper -- cgit v1.2.3