From: Ramakrishnan Muthukrishnan Date: Thu, 23 Jan 2014 16:45:15 +0000 (+0530) Subject: remove toolbar and menubar X-Git-Url: https://git.rkrishnan.org/?p=.emacs.d.git;a=commitdiff_plain;h=ef025796a34ea87d6026ec2c6d7f9808e97b7477 remove toolbar and menubar --- 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) +