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.

47 lines
1.3 KiB

  1. ;;; ssh-config-mode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "ssh-config-mode" "ssh-config-mode.el" (0 0
  7. ;;;;;; 0 0))
  8. ;;; Generated autoloads from ssh-config-mode.el
  9. (autoload 'ssh-config-mode "ssh-config-mode" "\
  10. Major mode for fontifiying ssh config files.
  11. \\{ssh-config-mode-map}
  12. \(fn)" t nil)
  13. (add-to-list 'auto-mode-alist '("/\\.ssh/config\\'" . ssh-config-mode))
  14. (add-to-list 'auto-mode-alist '("/sshd?_config\\'" . ssh-config-mode))
  15. (add-to-list 'auto-mode-alist '("/known_hosts\\'" . ssh-known-hosts-mode))
  16. (add-to-list 'auto-mode-alist '("/authorized_keys\\'" . ssh-authorized-keys-mode))
  17. (autoload 'ssh-known-hosts-mode "ssh-config-mode" "\
  18. Major mode for fontifiying ssh known_hosts files.
  19. \\{ssh-known-hosts-mode}" t nil)
  20. (autoload 'ssh-authorized-keys-mode "ssh-config-mode" nil t)
  21. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ssh-config-mode" '("ssh-")))
  22. ;;;***
  23. ;;;### (autoloads nil nil ("ssh-config-mode-pkg.el") (0 0 0 0))
  24. ;;;***
  25. ;; Local Variables:
  26. ;; version-control: never
  27. ;; no-byte-compile: t
  28. ;; no-update-autoloads: t
  29. ;; coding: utf-8
  30. ;; End:
  31. ;;; ssh-config-mode-autoloads.el ends here