all repos — nixfiles @ 63df4b48d2e8017c98c9af35a8a8d31ff7cac78b

System and user configuration, managed by nix and home-manager

Emacs: use current frame when handling OSX open-file event
Alan Pearce alan@alanpearce.co.uk
Tue, 22 Oct 2013 15:20:51 +0100
commit

63df4b48d2e8017c98c9af35a8a8d31ff7cac78b

parent

ae9ebe7419131e020ad39b67dd595cd2d64eed27

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/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))