From 08961c7ca1796be2abd97abef54f6ebb8b1a8459 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 19 May 2016 03:12:13 -0400 Subject: [PATCH] Default M-q -> kill-emacs binding --- core/core-os-osx.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-os-osx.el b/core/core-os-osx.el index 1e11ec937..5a1d4bef2 100644 --- a/core/core-os-osx.el +++ b/core/core-os-osx.el @@ -1,5 +1,7 @@ ;;; core-os-osx.el --- Mac-specific settings +(global-set-key (kbd "M-q") 'kill-emacs) + ;; Use a shared clipboard (setq x-select-enable-clipboard t select-enable-clipboard t