about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-03-09T10·09+0100
committerVincent Ambo <tazjin@gmail.com>2018-03-09T10·09+0100
commit97da0904f9297ec39f61b59a961d430eb131eb97 (patch)
treee09b2cca5528eeff0ed3efa5434eb154b08e7ddb /init.el
parent82c6a5e3d59308cb7bff653a6b20745528b47dce (diff)
feat(init): Start edit-server on launch
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8cc6fe7cf789..6e6dd07e1e1e 100644
--- a/init.el
+++ b/init.el
@@ -40,3 +40,4 @@
 
 (add-hook 'after-init-hook 'load-other-settings)
 (put 'narrow-to-region 'disabled nil)
+(edit-server-start)