From 88b71759c5078b7201ea065b558f2b5d6c1c6724 Mon Sep 17 00:00:00 2001 From: Mars Date: Tue, 13 Aug 2024 23:56:38 -0400 Subject: [PATCH] this doesnt work with the (not (daemonp)) --- config/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/init.org b/config/init.org index eef272e..945ff7d 100644 --- a/config/init.org +++ b/config/init.org @@ -32,7 +32,7 @@ ** System-Specific Settings #+begin_src emacs-lisp - (when (and (eq system-type 'darwin) (not (daemonp))) + (when (eq system-type 'darwin) (ns-auto-titlebar-mode)) (cond