aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/with-editor-20220503.1124/with-editor-pkg.el
blob: b035677b0a05a98b4db83b6887cba545c59f4d2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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: