Hide menubar

This commit is contained in:
nemunaire 2014-10-03 15:22:13 +02:00
parent 78d4664f64
commit 94a175e4ba
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
backup/
*.elc

View File

@ -1,7 +1,7 @@
;; Remove useless features
(menu-bar-mode nil)
;(tool-bar-mode nil)
;(scroll-bar-mode nil)
(menu-bar-mode -1)
;(tool-bar-mode -1)
;(scroll-bar-mode -1)
(setq inhibit-startup-message t)
;;Save backup files into a specific directory, not in the working directry