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)