From 985fe8601e7eeced4c947e0776060559c4b4015b Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Thu, 6 Aug 2015 17:08:36 +0200 Subject: [PATCH] Popup frames are annoying on OS X --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 39c6e95..fe86ea1 100644 --- a/init.org +++ b/init.org @@ -208,7 +208,8 @@ #+BEGIN_SRC emacs-lisp (when (memq window-system '(mac ns)) - (setq mac-option-modifier nil + (setq ns-pop-up-frames nil + mac-option-modifier nil mac-command-modifier 'meta x-select-enable-clipboard t) (exec-path-from-shell-initialize))