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.

10 lines
389 B

  1. (define-package "load-relative" "1.3.1" "Relative file load (within a multi-file Emacs package)" 'nil :commit "5055bfd80644e306aef4e7a7e3e9e5d765b691a4" :keywords
  2. ("internal")
  3. :authors
  4. (("Rocky Bernstein" . "rocky@gnu.org"))
  5. :maintainer
  6. ("Rocky Bernstein" . "rocky@gnu.org")
  7. :url "http://github.com/rocky/emacs-load-relative")
  8. ;; Local Variables:
  9. ;; no-byte-compile: t
  10. ;; End: