Hide menubar
This commit is contained in:
parent
78d4664f64
commit
94a175e4ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
backup/
|
||||
*.elc
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user