with-editor-pkg.el (551B)
1 (define-package "with-editor" "20240623.1757" "Use the Emacsclient as $EDITOR" 2 '((emacs "25.1") 3 (compat "29.1.4.5")) 4 :commit "322ee26d3a7d3d67840293041837b7e70cffa8d1" :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: