Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
354 B

4 years ago
  1. (define-package "with-editor" "20190715.2007" "Use the Emacsclient as $EDITOR"
  2. '((emacs "24.4")
  3. (async "1.9"))
  4. :keywords
  5. '("tools")
  6. :authors
  7. '(("Jonas Bernoulli" . "jonas@bernoul.li"))
  8. :maintainer
  9. '("Jonas Bernoulli" . "jonas@bernoul.li")
  10. :url "https://github.com/magit/with-editor")
  11. ;; Local Variables:
  12. ;; no-byte-compile: t
  13. ;; End: