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

  1. (define-package "ssh-config-mode" "20210517.1925" "Mode for fontification of ~/.ssh/config" 'nil :commit "ff9a15ec150baef21d7d8c6f79c5602e56825391" :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: