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.
This commit is contained in:
parent
921e6c2905
commit
8c0a56a03e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue