Start emacs server on startup

This commit is contained in:
laurensmiers 2017-12-20 16:08:46 +01:00
parent f63514d736
commit 1a47c7c22d

View file

@ -90,6 +90,9 @@
;; setup gdb ;; setup gdb
(require 'setup-gdb) (require 'setup-gdb)
;; start emacs server
(server-start)
(custom-set-variables (custom-set-variables
;; custom-set-variables was added by Custom. ;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.