Activate the menu bar on macOS
Since it doesn't take any extra space on macOS, there is no reason to deactivate it.
This commit is contained in:
parent
7e98d8aec4
commit
fed1c9c2c4
1 changed files with 2 additions and 1 deletions
3
init.el
3
init.el
|
@ -64,7 +64,8 @@
|
|||
(setq inhibit-startup-screen t)
|
||||
(tool-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
(menu-bar-mode -1)
|
||||
(unless (eq window-system 'ns)
|
||||
(menu-bar-mode -1))
|
||||
(setq visible-bell 1)
|
||||
(blink-cursor-mode 0)
|
||||
(show-paren-mode 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue