Start Emacs server by default

Useful for iTerm -> Emacs integration.
This commit is contained in:
William Carroll 2018-07-16 18:32:43 -04:00
parent 1419fa3ec9
commit b4ab3b2ef8

View file

@ -10,6 +10,9 @@
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'noerror)
;; start emacs server so `emacsclient' can work
(server-start)
;; transparently edit compressed files
(auto-compression-mode t)