all repos — nixfiles @ 5aae8180cd7d096de1a916241656887d883b24f1

System and user configuration, managed by nix and home-manager

Fix: Emacs: Enable menu-bar on OSX

Alan Pearce
commit

5aae8180cd7d096de1a916241656887d883b24f1

parent

5e96cf05f8fcfa1d8ae0a31f754f7a393cc48280

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-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 (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)