17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
9 lines
239 B
EmacsLisp
9 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:
|