From 3f943998c6b75f17f321ee8a949db863ab064dd7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 Apr 2023 08:22:33 +0530 Subject: [PATCH] Note that the kitty keyboard protocol can be used in emacs --- docs/keyboard-protocol.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 6f4454867..0f3a963d6 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -41,6 +41,7 @@ In addition to kitty, this protocol is also implemented in: * The `crossterm library `__ * The `Vim text editor `__ +* The `Emacs text editor via the kkp package `__ * The `Neovim text editor `__ * The `kakoune text editor `__ * The `dte text editor `__