emacs/code/elpa/with-editor-20220810.1159/with-editor-pkg.el

14 lines
427 B
EmacsLisp

(define-package "with-editor" "20220810.1159" "Use the Emacsclient as $EDITOR"
'((emacs "25.1")
(compat "28.1.1.0"))
:commit "1d5860cfd05d6805018bd071b8f9b56493ba11c6" :authors
'(("Jonas Bernoulli" . "jonas@bernoul.li"))
:maintainer
'("Jonas Bernoulli" . "jonas@bernoul.li")
:keywords
'("processes" "terminals")
:url "https://github.com/magit/with-editor")
;; Local Variables:
;; no-byte-compile: t
;; End: