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

14 lines
427 B
EmacsLisp

(define-package "with-editor" "20220608.1017" "Use the Emacsclient as $EDITOR"
'((emacs "25.1")
(compat "28.1.1.0"))
:commit "cfcbc2731e402b9169c0dc03e89b5b57aa988502" :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: