this doesnt work with the (not (daemonp))

This commit is contained in:
Mars 2024-08-13 23:56:38 -04:00
parent 65e5a4d1c4
commit 88b71759c5
Signed by: pupbrained
GPG key ID: 874E22DF2F9DFCB5

View file

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