Emacs: Enable menu-bar on OSX
Alan Pearce alan@alanpearce.co.uk
Fri, 11 Jul 2014 18:23:25 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -1097,7 +1097,7 @@ scroll-preserve-screen-position nil 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)