projects
/
.emacs.d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fcc49d
)
remove toolbar and menubar
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Thu, 23 Jan 2014 16:45:15 +0000
(22:15 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Thu, 23 Jan 2014 16:45:15 +0000
(22:15 +0530)
init.el
patch
|
blob
|
history
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
@@
-115,3
+118,4
@@
;; new wonderful theme monokai
(load-theme 'monokai t)
+