about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-04T10·10+0200
committerVincent Ambo <vincent@spotify.com>2013-07-04T10·10+0200
commit3facbfcaaba3c26773f56510d8ca5e2fa1de639a (patch)
tree31ecde478a602a156482a7fa914052c07da926ed /init.el
parentec8571ac093f78993a7459c495ae220a3bfee451 (diff)
emacs: start server automatically
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 7cfd3f4e3121..1c7fc53a36c7 100644
--- a/init.el
+++ b/init.el
@@ -87,6 +87,9 @@
 ;; Hiding JOIN, QUIT, PART
 (setq erc-hide-list '("JOIN" "PART" "QUIT"))
 
+;; Start server for emacsclient
+(server-start)
+
 (custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.