summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2020-12-02 10:58:18 +0100
committerAlan Pearce2020-12-02 10:58:18 +0100
commitcf968f6d841ae3b74ddf429cf919c8a5cf1b6b16 (patch)
treec6cb1ca0a3183b2df4ee830189c519374a50756c /user
parent09fba469ffd5966aa290270eabc3933ac769d837 (diff)
downloadnixfiles-cf968f6d841ae3b74ddf429cf919c8a5cf1b6b16.tar.lz
nixfiles-cf968f6d841ae3b74ddf429cf919c8a5cf1b6b16.tar.zst
nixfiles-cf968f6d841ae3b74ddf429cf919c8a5cf1b6b16.zip
Emacs: start server
Diffstat (limited to 'user')
-rw-r--r--user/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 371be8e7..f0f9e777 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -9,6 +9,7 @@
   (add-hook 'minibuffer-exit-hook (lambda () (setq gc-cons-threshold default-gc-cons-threshold)))
   (add-hook 'emacs-startup-hook (lambda () (setq file-name-handler-alist default-file-name-handler-alist)))
   (add-hook 'after-init-hook (lambda ()
+                               (server-start)
                                (setq gc-cons-threshold default-gc-cons-threshold
                                      gc-cons-percentage 0.1))))