Enable ns-auto-titlebar-mode for mac users
ns-auto-titlebar-mode needs to be enabled for ns-auto-titlebar-set-all-frames and ns-auto-tilebar-set-frame to work.
This commit is contained in:
parent
94ba098e43
commit
970a31fc56
1 changed files with 2 additions and 1 deletions
|
@ -289,7 +289,8 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
|||
;; appropriate for the loaded theme.
|
||||
(and (or (daemonp)
|
||||
(display-graphic-p))
|
||||
(require 'ns-auto-titlebar nil t))
|
||||
(require 'ns-auto-titlebar nil t)
|
||||
(ns-auto-titlebar-mode +1))
|
||||
|
||||
(add-hook! 'after-make-frame-functions
|
||||
(defun doom-init-menu-bar-in-gui-frames-h (frame)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue