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.

37 lines
1.1 KiB

  1. ;;; apache-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 "apache-mode" "apache-mode.el" (0 0 0 0))
  7. ;;; Generated autoloads from apache-mode.el
  8. (autoload 'apache-mode "apache-mode" "\
  9. Major mode for editing Apache configuration files.
  10. \(fn)" t nil)
  11. (add-to-list 'auto-mode-alist '("/\\.htaccess\\'" . apache-mode))
  12. (add-to-list 'auto-mode-alist '("/\\(?:access\\|httpd\\|srm\\)\\.conf\\'" . apache-mode))
  13. (add-to-list 'auto-mode-alist '("/apache2/.+\\.conf\\'" . apache-mode))
  14. (add-to-list 'auto-mode-alist '("/httpd/conf/.+\\.conf\\'" . apache-mode))
  15. (add-to-list 'auto-mode-alist '("/apache2/sites-\\(?:available\\|enabled\\)/" . apache-mode))
  16. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "apache-mode" '("apache-")))
  17. ;;;***
  18. ;; Local Variables:
  19. ;; version-control: never
  20. ;; no-byte-compile: t
  21. ;; no-update-autoloads: t
  22. ;; coding: utf-8
  23. ;; End:
  24. ;;; apache-mode-autoloads.el ends here