From ef025796a34ea87d6026ec2c6d7f9808e97b7477 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Thu, 23 Jan 2014 22:15:15 +0530 Subject: [PATCH] remove toolbar and menubar --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 1e40e81..b8abb87 100644 --- a/init.el +++ b/init.el @@ -1,3 +1,6 @@ +(tool-bar-mode 0) +(menu-bar-mode 0) + (setq load-path (cons "~/.emacs.d/emacs" load-path)) ;; color themes @@ -115,3 +118,4 @@ ;; new wonderful theme monokai (load-theme 'monokai t) + -- 2.37.2