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
37 lines
1.1 KiB
;;; apache-mode-autoloads.el --- automatically extracted autoloads
|
|
;;
|
|
;;; Code:
|
|
|
|
(add-to-list 'load-path (directory-file-name
|
|
(or (file-name-directory #$) (car load-path))))
|
|
|
|
|
|
;;;### (autoloads nil "apache-mode" "apache-mode.el" (0 0 0 0))
|
|
;;; Generated autoloads from apache-mode.el
|
|
|
|
(autoload 'apache-mode "apache-mode" "\
|
|
Major mode for editing Apache configuration files.
|
|
|
|
\(fn)" t nil)
|
|
|
|
(add-to-list 'auto-mode-alist '("/\\.htaccess\\'" . apache-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("/\\(?:access\\|httpd\\|srm\\)\\.conf\\'" . apache-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("/apache2/.+\\.conf\\'" . apache-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("/httpd/conf/.+\\.conf\\'" . apache-mode))
|
|
|
|
(add-to-list 'auto-mode-alist '("/apache2/sites-\\(?:available\\|enabled\\)/" . apache-mode))
|
|
|
|
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "apache-mode" '("apache-")))
|
|
|
|
;;;***
|
|
|
|
;; Local Variables:
|
|
;; version-control: never
|
|
;; no-byte-compile: t
|
|
;; no-update-autoloads: t
|
|
;; coding: utf-8
|
|
;; End:
|
|
;;; apache-mode-autoloads.el ends here
|