my-emacs-d/elpa/with-editor-20161009.917/with-editor-pkg.el

10 lines
256 B
EmacsLisp
Raw Normal View History

2016-10-10 08:39:36 +00: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 09:18:17 +00: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: