about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-misc.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-10T22·14+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-10T23·07+0000
commit8c0a56a03e7e7dd4a5056521491392728771f508 (patch)
tree4af34fed3afe84d3429816153e93127d5915e539 /emacs/.emacs.d/wpc/wpc-misc.el
parent921e6c2905a4eacd9a8b8255340b86c2aae967ff (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/wpc/wpc-misc.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-misc.el3
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