From 86554f3198f5b674901c07c3c85978329ae170b6 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Wed, 23 Sep 2015 22:38:49 +0800 Subject: [PATCH] emacs - remove menu bar --- emacs.d/config/init-base.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/config/init-base.el b/emacs.d/config/init-base.el index cdfd69e..205a011 100644 --- a/emacs.d/config/init-base.el +++ b/emacs.d/config/init-base.el @@ -2,7 +2,7 @@ (scroll-bar-mode -1) (tool-bar-mode -1) -;(menu-bar-mode -1) +(menu-bar-mode -1) (add-to-list 'default-frame-alist '(width . 120)) (add-to-list 'default-frame-alist '(height . 40)) ;(add-to-list 'default-frame-alist '(font . "Source Code Pro for Powerline-12:weight:light" )) -- 2.11.0