summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-06-06 13:46:37 +0200
committerAlan Pearce2017-06-06 13:46:37 +0200
commita67a49386bcbef7ad83706e41dc8842c4b0bac58 (patch)
treec9d3e49c815028cfa707d43f25408163db1ab146 /emacs
parent53be938b03a2d1cfcf34221f0e659b20f3426664 (diff)
downloaddotfiles-a67a49386bcbef7ad83706e41dc8842c4b0bac58.tar.lz
dotfiles-a67a49386bcbef7ad83706e41dc8842c4b0bac58.tar.zst
dotfiles-a67a49386bcbef7ad83706e41dc8842c4b0bac58.zip
Emacs: Fix undefined server-name error
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 7dc4362..ff3ca5e 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -189,7 +189,7 @@ Eziam looks nice, too
 (use-package eziam-light-theme
   :ensure eziam-theme
   :if (or window-system
-          server-name)
+          (daemonp))
   :defines (eziam-scale-headings)
   :config (progn
             (setq eziam-scale-headings nil)