diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 377d73e..583f302 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -97,8 +97,8 @@ ;; Disable unnecessary UI (when window-system (scroll-bar-mode -1) - (tool-bar-mode -1) - (menu-bar-mode -1)) + (tool-bar-mode -1)) +(menu-bar-mode -1) ;; ensure repo cache is up1date (or (file-exists-p package-user-dir)