Function: with-editor-export-hg-editor
with-editor-export-hg-editor is an autoloaded, interactive and
byte-compiled function defined in with-editor.el.
Signature
(with-editor-export-hg-editor)
Documentation
Like with-editor-export-editor but always set $HG_EDITOR.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/with-editor-20260301.1317/with-editor.el
;;;###autoload
(defun with-editor-export-hg-editor ()
"Like `with-editor-export-editor' but always set `$HG_EDITOR'."
(interactive)
(with-editor-export-editor "HG_EDITOR"))