From 63df4b48d2e8017c98c9af35a8a8d31ff7cac78b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 22 Oct 2013 15:20:51 +0100 Subject: Emacs: use current frame when handling OSX open-file event --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index c56c142..174438a 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1162,3 +1162,6 @@ Also returns nil if pid is nil." ("S-" . windmove-right) ("S-" . windmove-up) ("S-" . windmove-down))) + +(if (eq system-type 'darwin) + (setq ns-pop-up-frames nil)) -- cgit 1.4.1