Hide menubar
This commit is contained in:
parent
78d4664f64
commit
94a175e4ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
|
backup/
|
||||||
*.elc
|
*.elc
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
;; Remove useless features
|
;; Remove useless features
|
||||||
(menu-bar-mode nil)
|
(menu-bar-mode -1)
|
||||||
;(tool-bar-mode nil)
|
;(tool-bar-mode -1)
|
||||||
;(scroll-bar-mode nil)
|
;(scroll-bar-mode -1)
|
||||||
(setq inhibit-startup-message t)
|
(setq inhibit-startup-message t)
|
||||||
|
|
||||||
;;Save backup files into a specific directory, not in the working directry
|
;;Save backup files into a specific directory, not in the working directry
|
||||||
|
Loading…
Reference in New Issue
Block a user