From 1277ea33d28324e8086d3d78d4459eb19e1abc27 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 11 Mar 2024 20:09:10 -0400 Subject: [PATCH] fix(emacs): add `meow-quit` keystroke Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 87fb635..76b9cbe 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -160,7 +160,8 @@ '("Y" . meow-yank-above) '("z" . meow-pop-selection) '("'" . repeat) - '("" . ignore))) + '("" . ignore) + '("C-q" . meow-quit))) (meow-setup)