this doesnt work with the (not (daemonp))
This commit is contained in:
parent
65e5a4d1c4
commit
88b71759c5
|
@ -32,7 +32,7 @@
|
||||||
** System-Specific Settings
|
** System-Specific Settings
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(when (and (eq system-type 'darwin) (not (daemonp)))
|
(when (eq system-type 'darwin)
|
||||||
(ns-auto-titlebar-mode))
|
(ns-auto-titlebar-mode))
|
||||||
|
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Reference in a new issue