Personal emacs config
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.

12 lines
379 B

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