Start Emacs server by default
Useful for iTerm -> Emacs integration.
This commit is contained in:
parent
1419fa3ec9
commit
b4ab3b2ef8
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue