From 1fbf7c0afac0a15e6cf7c96b770221896599b91b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 2 Oct 2016 23:30:40 +0200 Subject: [PATCH] M-q => kill-emacs, instead of evil-quit-all --- private/my-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/my-bindings.el b/private/my-bindings.el index a2304dc2f..1e29ffdd3 100644 --- a/private/my-bindings.el +++ b/private/my-bindings.el @@ -64,7 +64,7 @@ "M-a" 'mark-whole-buffer "M-c" 'evil-yank "M-o" 'counsel-find-file - "M-q" 'evil-quit-all + "M-q" 'kill-emacs "M-s" 'save-buffer "M-v" 'clipboard-yank "M-z" 'undo