dotfiles/.emacs.d/elpa/hcl-mode-20170107.27/hcl-mode-autoloads.el

26 lines
640 B
EmacsLisp
Raw Normal View History

2019-10-20 16:24:07 -05:00
;;; hcl-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "hcl-mode" "hcl-mode.el" (22793 9024 0 0))
;;; Generated autoloads from hcl-mode.el
(autoload 'hcl-mode "hcl-mode" "\
Major mode for editing hcl configuration file
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.hcl\\'" . hcl-mode))
(add-to-list 'auto-mode-alist '("\\.nomad\\'" . hcl-mode))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; hcl-mode-autoloads.el ends here