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
407 B

5 years ago
  1. (define-package "ssh-config-mode" "20210217.1051" "Mode for fontification of ~/.ssh/config" 'nil :commit "820f60af17e71898303f4f3c2576f0619528a492" :authors
  2. '(("Harley Gorrell" . "harley@panix.com"))
  3. :maintainer
  4. '("Harley Gorrell" . "harley@panix.com")
  5. :keywords
  6. '("ssh" "config" "emacs")
  7. :url "https://github.com/jhgorrell/ssh-config-mode-el")
  8. ;; Local Variables:
  9. ;; no-byte-compile: t
  10. ;; End: