all repos — nixfiles @ 7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef

System and user configuration, managed by nix and home-manager

Emacs: Start server unless running as daemon

Alan Pearce
commit

7e4e4c85c4be50e9ae118dae80cee2c2da7a13ef

parent

cdc03d8503d482e037aa3d359c12daeb5420f472

1 file changed, 3 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1107,3 +1107,6 @@ (if (eq system-type 'darwin)
(setq ns-pop-up-frames nil)) (req-package-finish) + +(unless (daemonp) + (server-start))