From 5e96cf05f8fcfa1d8ae0a31f754f7a393cc48280 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Jul 2014 18:23:25 +0100 Subject: Emacs: Enable menu-bar on OSX --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') 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) -- cgit 1.4.1