10 lines
239 B
EmacsLisp
10 lines
239 B
EmacsLisp
|
(define-package "with-editor" "20180618.1602" "Use the Emacsclient as $EDITOR"
|
||
|
'((emacs "24.4")
|
||
|
(async "1.9"))
|
||
|
:keywords
|
||
|
'("tools")
|
||
|
:url "https://github.com/magit/with-editor")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|