From 8c0a56a03e7e7dd4a5056521491392728771f508 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 10 Mar 2020 22:14:35 +0000 Subject: Restore Emacs server I think I removed the `(server-start)` call when I was debugging some EXWM issues. I have stabilized my configuration considerably since then, and I'd like to use the Emacs server. --- emacs/.emacs.d/wpc/wpc-misc.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/wpc/wpc-misc.el b/emacs/.emacs.d/wpc/wpc-misc.el index 6d47b2efe9fa..f3fe05719770 100644 --- a/emacs/.emacs.d/wpc/wpc-misc.el +++ b/emacs/.emacs.d/wpc/wpc-misc.el @@ -255,5 +255,8 @@ "Return the name of the current frame." (frame-parameter nil 'name)) +;; Start the Emacs server +(server-start) + (provide 'wpc-misc) ;;; wpc-misc.el ends here -- cgit 1.4.1