From f1bd7efba96174cdaa197f3ecdccbeacf9235f88 Mon Sep 17 00:00:00 2001 From: blendoit Date: Tue, 3 Sep 2019 17:32:57 -0700 Subject: First commit --- elpa/with-editor-20190715.2007/with-editor-pkg.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 elpa/with-editor-20190715.2007/with-editor-pkg.el (limited to 'elpa/with-editor-20190715.2007/with-editor-pkg.el') diff --git a/elpa/with-editor-20190715.2007/with-editor-pkg.el b/elpa/with-editor-20190715.2007/with-editor-pkg.el new file mode 100644 index 0000000..85aa6b5 --- /dev/null +++ b/elpa/with-editor-20190715.2007/with-editor-pkg.el @@ -0,0 +1,13 @@ +(define-package "with-editor" "20190715.2007" "Use the Emacsclient as $EDITOR" + '((emacs "24.4") + (async "1.9")) + :keywords + '("tools") + :authors + '(("Jonas Bernoulli" . "jonas@bernoul.li")) + :maintainer + '("Jonas Bernoulli" . "jonas@bernoul.li") + :url "https://github.com/magit/with-editor") +;; Local Variables: +;; no-byte-compile: t +;; End: -- cgit v1.2.3