Emacs: use current frame when handling OSX open-file event
Alan Pearce alan@alanpearce.co.uk
Tue, 22 Oct 2013 15:20:51 +0100
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -1162,3 +1162,6 @@ :bind (("S-<left>" . windmove-left) ("S-<right>" . windmove-right) ("S-<up>" . windmove-up) ("S-<down>" . windmove-down))) + +(if (eq system-type 'darwin) + (setq ns-pop-up-frames nil))