UI: disable menu-bar-mode in terminal *and* gui
This commit is contained in:
parent
5b32140067
commit
8a1cdde137
1 changed files with 3 additions and 3 deletions
|
@ -42,8 +42,8 @@
|
||||||
|
|
||||||
;; Initialize UI
|
;; Initialize UI
|
||||||
(tooltip-mode -1) ; show tooltips in echo area
|
(tooltip-mode -1) ; show tooltips in echo area
|
||||||
(if (not window-system)
|
(menu-bar-mode -1) ; no menu in GUI Emacs (or terminal)
|
||||||
(menu-bar-mode -1)
|
(when window-system
|
||||||
(scroll-bar-mode -1) ; no scrollbar
|
(scroll-bar-mode -1) ; no scrollbar
|
||||||
(tool-bar-mode -1) ; no toolbar
|
(tool-bar-mode -1) ; no toolbar
|
||||||
;; full filename in frame title
|
;; full filename in frame title
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue