summary refs log tree commit diff stats
path: root/user/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs')
-rw-r--r--user/emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el
index 42490ff6..0f7ad424 100644
--- a/user/emacs/.emacs.d/init.el
+++ b/user/emacs/.emacs.d/init.el
@@ -48,7 +48,7 @@
  ;; I prefer an always-visible cursor.  Feels less distracting.
  '(blink-cursor-mode nil)
  ;; Disable all the bars, unless on OSX, in which case, keep the menu bar.
- '(menu-bar-mode nil)
+ `(menu-bar-mode ,(eq system-type 'darwin))
  '(scroll-bar-mode nil)
  '(tool-bar-mode nil))
 (set-fringe-mode '(4 . 4))