system changes

This commit is contained in:
jjanzen 2025-01-07 23:12:55 -06:00
parent aa40fb3aea
commit 82aac7c351

View file

@ -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)