aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/with-editor-20220503.1124/with-editor-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/with-editor-20220503.1124/with-editor-pkg.el')
-rw-r--r--elpa/with-editor-20220503.1124/with-editor-pkg.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/elpa/with-editor-20220503.1124/with-editor-pkg.el b/elpa/with-editor-20220503.1124/with-editor-pkg.el
new file mode 100644
index 0000000..b035677
--- /dev/null
+++ b/elpa/with-editor-20220503.1124/with-editor-pkg.el
@@ -0,0 +1,13 @@
+(define-package "with-editor" "20220503.1124" "Use the Emacsclient as $EDITOR"
+ '((emacs "25.1")
+ (compat "28.1.1.0"))
+ :commit "48996e3116dadee06c8c68b1a0fe6ad8fd5317e0" :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: