No menu in Terminal
This commit is contained in:
parent
3a00e8c443
commit
1f88cd9f86
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@
|
||||||
;; Disable unnecessary UI
|
;; Disable unnecessary UI
|
||||||
(when window-system
|
(when window-system
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1))
|
||||||
(menu-bar-mode -1))
|
(menu-bar-mode -1)
|
||||||
|
|
||||||
;; ensure repo cache is up1date
|
;; ensure repo cache is up1date
|
||||||
(or (file-exists-p package-user-dir)
|
(or (file-exists-p package-user-dir)
|
||||||
|
|
Loading…
Reference in a new issue