Function: with-editor-export-git-editor

with-editor-export-git-editor is an autoloaded, interactive and byte-compiled function defined in with-editor.el.

Signature

(with-editor-export-git-editor)

Documentation

Like with-editor-export-editor but always set $GIT_EDITOR.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/with-editor-20260301.1317/with-editor.el
;;;###autoload
(defun with-editor-export-git-editor ()
  "Like `with-editor-export-editor' but always set `$GIT_EDITOR'."
  (interactive)
  (with-editor-export-editor "GIT_EDITOR"))