From f8981e8d04b26d06098f79e6d40fdfc058608aa7 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 12 Feb 2024 17:53:29 -0500 Subject: [PATCH] fix(emacs): remove `meow-quit` keybind Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 - 1 file changed, 1 deletion(-) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 56b6b47..fd77200 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -122,7 +122,6 @@ '("O" . meow-to-block) '("p" . meow-prev) '("P" . meow-prev-expand) - '("q" . meow-quit) '("r" . meow-replace) '("R" . meow-swap-grab) '("s" . meow-search)