From aa40fb3aeadd3b72fb27f01cc0229372f67e3c39 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 7 Jan 2025 23:10:37 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 1 + 1 file changed, 1 insertion(+) (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 ee8c154..b0524e6 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -98,6 +98,7 @@ 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)) (scroll-bar-mode -1) (tool-bar-mode -1) (menu-bar-mode -1) -- cgit v1.2.3