]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
remove toolbar and menubar
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 23 Jan 2014 16:45:15 +0000 (22:15 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 23 Jan 2014 16:45:15 +0000 (22:15 +0530)
init.el

diff --git a/init.el b/init.el
index 1e40e81d567c138aae15bb7fa9cd2fddddb5ed9c..b8abb87e6fc49f300ac628ffdcf79c71e078b695 100644 (file)
--- 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
 
 ;; new wonderful theme monokai
 (load-theme 'monokai t)
+