Variable: with-editor-emacsclient-program-suffixes

with-editor-emacsclient-program-suffixes is a variable defined in with-editor.el.

Value

("-snapshot" ".emacs-snapshot")

Documentation

Suffixes to append to append when looking for a Emacsclient executables.

Source Code

;; Defined in ~/.emacs.d/elpa/with-editor-20260301.1317/with-editor.el
(defvar with-editor-emacsclient-program-suffixes
  (list "-snapshot" ".emacs-snapshot")
  "Suffixes to append to append when looking for a Emacsclient executables.")