10 lines
256 B
EmacsLisp
Raw Normal View History

2016-10-10 10:39:36 +02:00
(define-package "with-editor" "20161009.917" "Use the Emacsclient as $EDITOR"
2016-02-24 22:06:01 +00:00
'((emacs "24.4")
2016-09-15 11:18:17 +02:00
(async "1.9")
(dash "2.13.0"))
2016-02-24 22:06:01 +00:00
:url "https://github.com/magit/with-editor" :keywords
'("tools"))
;; Local Variables:
;; no-byte-compile: t
;; End: