diff options
author | Alan Pearce | 2014-06-26 20:59:08 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-26 20:59:08 +0100 |
commit | 7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef (patch) | |
tree | 308ee6713450b3f32fcf98163fdcd49c2af251fa /tag-emacs | |
parent | cdc03d8503d482e037aa3d359c12daeb5420f472 (diff) | |
download | dotfiles-7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef.tar.lz dotfiles-7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef.tar.zst dotfiles-7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef.zip |
Emacs: Start server unless running as daemon
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 64915ff..f90a7af 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)) |