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
|
@ -41,9 +41,9 @@
|
|||
(lambda (_) (if (doom/get-real-buffers) (y-or-n-p "› Quit?") t) t))
|
||||
|
||||
;; Initialize UI
|
||||
(tooltip-mode -1) ; show tooltips in echo area
|
||||
(if (not window-system)
|
||||
(menu-bar-mode -1)
|
||||
(tooltip-mode -1) ; show tooltips in echo area
|
||||
(menu-bar-mode -1) ; no menu in GUI Emacs (or terminal)
|
||||
(when window-system
|
||||
(scroll-bar-mode -1) ; no scrollbar
|
||||
(tool-bar-mode -1) ; no toolbar
|
||||
;; full filename in frame title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue