summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2014-06-26 20:59:08 +0100
committerAlan Pearce2014-06-26 20:59:08 +0100
commit7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef (patch)
tree308ee6713450b3f32fcf98163fdcd49c2af251fa /tag-emacs/emacs.d/init.el
parentcdc03d8503d482e037aa3d359c12daeb5420f472 (diff)
downloadnixfiles-7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef.tar.lz
nixfiles-7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef.tar.zst
nixfiles-7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef.zip
Emacs: Start server unless running as daemon
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 64915ff5..f90a7af9 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1107,3 +1107,6 @@
     (setq ns-pop-up-frames nil))
 
 (req-package-finish)
+
+(unless (daemonp)
+  (server-start))