From 680d129cb3d5636e76fbf92265de630a1101f717 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 27 Jan 2020 14:56:14 +0000 Subject: 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. --- configs/shared/.emacs.d/wpc/packages/wpc-misc.el | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configs/shared/.emacs.d/wpc/packages/wpc-misc.el') 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 -- cgit 1.4.1