diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-27T14·56+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-27T14·56+0000 |
commit | 680d129cb3d5636e76fbf92265de630a1101f717 (patch) | |
tree | 45c2dcf1f8c2c6aee48eeaf471c2d28826de2278 /configs/shared/.emacs.d/wpc/packages | |
parent | 49521429160890b58c8724e8ca24b8a80d3d2cce (diff) |
Temporarily remove server-start from Emacs
I'm having trouble debugging why `pgrep emacs` returns two PIDs instead of just one. Additionally when I call `emacsclient .` on the command line, I see a message... "Waiting for Emacs..." ...but when I cycle through all of my workspaces, I don't see any active buffers. This commit is part of a larger debugging effort to get this working as expected.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/packages')
-rw-r--r-- | configs/shared/.emacs.d/wpc/packages/wpc-misc.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el index 6dd202687342..167c4b88ab9c 100644 --- a/configs/shared/.emacs.d/wpc/packages/wpc-misc.el +++ b/configs/shared/.emacs.d/wpc/packages/wpc-misc.el @@ -244,13 +244,5 @@ "Return the name of the current frame." (frame-parameter nil 'name)) -;; Even if I resolved the socket-name resolution issue, I couldn't find an -;; elegant way to reuse GUI frames. GUIs for me have the advantage of supporting -;; True Color, support additional keys for KBDs (i.e. super), and aren't limited -;; by the terminal for rendering certain things. -(require 'server) -(when (not (server-running-p)) - (server-start)) - (provide 'wpc-misc) ;;; wpc-misc.el ends here |