Disable the menu bar if not on mac

This commit is contained in:
syl20bnr 2014-07-11 00:14:00 -04:00
parent b3f47cbf7c
commit 07a580b726

View file

@ -2,7 +2,8 @@
(setq window-combination-resize t)
;; edit area full screen
(tool-bar-mode -1)
(menu-bar-mode -1)
(when (not (eq window-system 'mac))
(menu-bar-mode -1))
(scroll-bar-mode -1)
;; fringes
(set-fringe-mode nil) ; default