From 5aae8180cd7d096de1a916241656887d883b24f1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Jul 2014 18:40:18 +0100 Subject: Fix: Emacs: Enable menu-bar on OSX --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index bb261b1e..97fa3765 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 (and menu-bar-mode (not window-system 'ns)) +(when (and menu-bar-mode (not (eq window-system 'ns))) (menu-bar-mode -1)) (when scroll-bar-mode (scroll-bar-mode -1) -- cgit 1.4.1