From 82aac7c3514e3e13f6e85f1258b50608621b0963 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 23:12:55 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/.config/emacs/init.el.org') 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) -- cgit v1.2.3