mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Popup frames are annoying on OS X
This commit is contained in:
parent
7ee93887e3
commit
985fe8601e
3
init.org
3
init.org
@ -208,7 +208,8 @@
|
|||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(when (memq window-system '(mac ns))
|
(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
|
mac-command-modifier 'meta
|
||||||
x-select-enable-clipboard t)
|
x-select-enable-clipboard t)
|
||||||
(exec-path-from-shell-initialize))
|
(exec-path-from-shell-initialize))
|
||||||
|
Loading…
Reference in New Issue
Block a user