diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 23:12:55 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-07 23:12:55 -0600 |
commit | 82aac7c3514e3e13f6e85f1258b50608621b0963 (patch) | |
tree | 8fda64c9e096896ccf9e24b1d1169adc258e1cb4 /common/.config/emacs/init.el.org | |
parent | aa40fb3aeadd3b72fb27f01cc0229372f67e3c39 (diff) |
system changes
Diffstat (limited to 'common/.config/emacs/init.el.org')
-rw-r--r-- | common/.config/emacs/init.el.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index b0524e6..8683dc6 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -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) |