summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-22 15:20:51 +0100
committerAlan Pearce2013-10-22 15:20:51 +0100
commit63df4b48d2e8017c98c9af35a8a8d31ff7cac78b (patch)
tree8b32088d66e704c0147b74dc80e092848161c1c4 /emacs
parentae9ebe7419131e020ad39b67dd595cd2d64eed27 (diff)
downloaddotfiles-63df4b48d2e8017c98c9af35a8a8d31ff7cac78b.tar.lz
dotfiles-63df4b48d2e8017c98c9af35a8a8d31ff7cac78b.tar.zst
dotfiles-63df4b48d2e8017c98c9af35a8a8d31ff7cac78b.zip
Emacs: use current frame when handling OSX open-file event
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
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-<right>" . windmove-right)
          ("S-<up>"    . windmove-up)
          ("S-<down>"  . windmove-down)))
+
+(if (eq system-type 'darwin)
+    (setq ns-pop-up-frames nil))