diff options
author | William Carroll <wpcarro@gmail.com> | 2018-07-16T22·32-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | b4ab3b2ef828ea3ad1bfedb51604a85b47b7c63d (patch) | |
tree | 1571bdd537a7b4cc2300b44887726cbe21c43d9a /emacs.d/wpc/packages/wpc-misc.el | |
parent | 1419fa3ec9673a2af77ed5267dd99fcfd18a7e91 (diff) |
Start Emacs server by default
Useful for iTerm -> Emacs integration.
Diffstat (limited to 'emacs.d/wpc/packages/wpc-misc.el')
-rw-r--r-- | emacs.d/wpc/packages/wpc-misc.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs.d/wpc/packages/wpc-misc.el b/emacs.d/wpc/packages/wpc-misc.el index 5958a47aa10f..085b36ce86ed 100644 --- a/emacs.d/wpc/packages/wpc-misc.el +++ b/emacs.d/wpc/packages/wpc-misc.el @@ -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) |