Browse Source

Do not turn off menu bar in macOS for yabai

master
Juan Placencia 4 years ago
parent
commit
b067aff597
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      uno/modules/ui/emacs.org

+ 2
- 1
uno/modules/ui/emacs.org View File

@ -44,8 +44,9 @@ Define UI Emacs package.
:config :config
(fset 'yes-or-no-p 'y-or-n-p) (fset 'yes-or-no-p 'y-or-n-p)
(scroll-bar-mode -1) (scroll-bar-mode -1)
(menu-bar-mode -1)
(tool-bar-mode -1) (tool-bar-mode -1)
(unless (eq system-type 'darwin)
(menu-bar-mode -1))
:init :init
(defun uno/ui/emacs/setup-mode () (defun uno/ui/emacs/setup-mode ()
"Set up many (or all) modes." "Set up many (or all) modes."

Loading…
Cancel
Save