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.