~edwargix/emacs.d

54c73225ae7f2475a0b960ede7f4d2461f1b52b2 — David Florness 7 years ago a1d3247
Fix server start
1 files changed, 1 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +1 -0
@@ 127,6 127,7 @@
(add-to-list 'Info-directory-list "~/.local/share/info/")

;;; Start Emacs Daemon
(require 'server)
(unless (server-running-p)
  (server-start))