From b4ab3b2ef828ea3ad1bfedb51604a85b47b7c63d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 16 Jul 2018 18:32:43 -0400 Subject: Start Emacs server by default Useful for iTerm -> Emacs integration. --- emacs.d/wpc/packages/wpc-misc.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs.d/wpc/packages') 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) -- cgit 1.4.1