aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index b52f599..a0ba982 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -41,7 +41,8 @@
(add-hook 'after-init-hook
(lambda ()
(require 'server)
- (unless (server-running-p) (server-start))))
+ (unless (server-running-p) (server-start)))
+ 'append)
(load custom-file)