summary refs log tree commit diff
path: root/emacs.d/inits/10_editor.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/inits/10_editor.el')
-rw-r--r--emacs.d/inits/10_editor.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs.d/inits/10_editor.el b/emacs.d/inits/10_editor.el
deleted file mode 100644
index af0ee01..0000000
--- a/emacs.d/inits/10_editor.el
+++ /dev/null
@@ -1,10 +0,0 @@
-(use-package exec-path-from-shell
-  :ensure t
-  :config
-  (exec-path-from-shell-initialize)
-  (exec-path-from-shell-copy-envs '("TMPDIR" "GOPATH")))
-
-(use-package server
-  :config
-  (unless (server-running-p)
-    (server-start)))