~edwargix/emacs.d

55deeb6d4c2500c516257bcb2606a09adfe4dc53 — David Florness 7 years ago 3ca2142
Automatically start Emacs daemon
1 files changed, 4 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +4 -0
@@ 207,6 207,10 @@
  (add-to-list 'load-path d t))
(add-to-list 'Info-directory-list "~/.local/share/info/")

;;; Start Emacs Daemon
(unless (server-running-p)
  (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.