system changes
This commit is contained in:
parent
aa40fb3aea
commit
82aac7c351
1 changed files with 3 additions and 1 deletions
|
@ -98,7 +98,9 @@ This block is the reason I use =straight= rather than just =use-package=. I have
|
|||
:init
|
||||
(diredfl-global-mode 1))
|
||||
;;(add-to-list 'default-frame-alist '(undecorated . t))
|
||||
(when (eq system-type 'darwin) (ns-auto-titlebar-mode))
|
||||
(use-package ns-auto-titlebar
|
||||
:init
|
||||
(ns-auto-titlebar-mode))
|
||||
(scroll-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
(menu-bar-mode -1)
|
||||
|
|
Loading…
Add table
Reference in a new issue