Variable: with-editor-emacsclient-executable
with-editor-emacsclient-executable is a customizable variable defined
in with-editor.el.
Value
"/nix/store/emacs/bin/emacsclient"
Documentation
The Emacsclient executable used by the with-editor macro.
Source Code
;; Defined in ~/.emacs.d/elpa/with-editor-20260301.1317/with-editor.el
(defcustom with-editor-emacsclient-executable (with-editor-locate-emacsclient)
"The Emacsclient executable used by the `with-editor' macro."
:group 'with-editor
:type '(choice (string :tag "Executable")
(const :tag "Don't use Emacsclient" nil)))