diff options
author | Alan Pearce | 2014-07-11 18:23:25 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-11 18:23:25 +0100 |
commit | 5e96cf05f8fcfa1d8ae0a31f754f7a393cc48280 (patch) | |
tree | 8e6bdc20c0ad8feb948b21b1fd04196639a1371a /tag-emacs/emacs.d | |
parent | e4fdee1afd00384a7a954b287706cccab0e1d2b6 (diff) | |
download | dotfiles-5e96cf05f8fcfa1d8ae0a31f754f7a393cc48280.tar.lz dotfiles-5e96cf05f8fcfa1d8ae0a31f754f7a393cc48280.tar.zst dotfiles-5e96cf05f8fcfa1d8ae0a31f754f7a393cc48280.zip |
Emacs: Enable menu-bar on OSX
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index de0707d..bb261b1 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1097,7 +1097,7 @@ mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control))) split-height-threshold 100) -(when menu-bar-mode +(when (and menu-bar-mode (not window-system 'ns)) (menu-bar-mode -1)) (when scroll-bar-mode (scroll-bar-mode -1) |