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.

36 lines
1.0 KiB

5 years ago
  1. ;;; nginx-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 "nginx-mode" "nginx-mode.el" (0 0 0 0))
  7. ;;; Generated autoloads from nginx-mode.el
  8. (autoload 'nginx-mode "nginx-mode" "\
  9. Major mode for highlighting nginx config files.
  10. The variable nginx-indent-level controls the amount of indentation.
  11. \\{nginx-mode-map}
  12. \(fn)" t nil)
  13. (add-to-list 'auto-mode-alist '("nginx\\.conf\\'" . nginx-mode))
  14. (add-to-list 'auto-mode-alist '("/nginx/.+\\.conf\\'" . nginx-mode))
  15. (add-to-list 'magic-fallback-mode-alist '("\\(?:.*\n\\)*\\(?:http\\|server\\|location .+\\|upstream .+\\)[ \n\11]+{" . nginx-mode))
  16. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nginx-mode" '("nginx-")))
  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. ;;; nginx-mode-autoloads.el ends here