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