with-editor-pkg.el (551B)
1 (define-package "with-editor" "20240609.1518" "Use the Emacsclient as $EDITOR" 2 '((emacs "25.1") 3 (compat "29.1.4.1")) 4 :commit "f6a3fc8f6735fbc804e02f9c54bc621746afd5b0" :authors 5 '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev")) 6 :maintainers 7 '(("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev")) 8 :maintainer 9 '("Jonas Bernoulli" . "emacs.with-editor@jonas.bernoulli.dev") 10 :keywords 11 '("processes" "terminals") 12 :url "https://github.com/magit/with-editor") 13 ;; Local Variables: 14 ;; no-byte-compile: t 15 ;; End: