]> git.rkrishnan.org Git - .emacs.d.git/blobdiff - init.el
remove toolbar and menubar
[.emacs.d.git] / 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)
+