diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-10T22·14+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-10T23·07+0000 |
commit | 8c0a56a03e7e7dd4a5056521491392728771f508 (patch) | |
tree | 4af34fed3afe84d3429816153e93127d5915e539 /emacs/.emacs.d | |
parent | 921e6c2905a4eacd9a8b8255340b86c2aae967ff (diff) |
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.
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-misc.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 |