with-editor-pkg.el (551B)
1 (define-package "with-editor" "20240831.2230" "Use the Emacsclient as $EDITOR" 2 '((emacs "26.1") 3 (compat "30.0.0.0")) 4 :commit "77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a" :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: