view elpa/haml-mode-3.1.8/haml-mode-autoloads.el @ 132:2f26b05c2978

elpa: add haml-mode and associated flymake packages
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 19 Oct 2015 10:57:29 -0400
parents
children
line wrap: on
line source

;;; haml-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

;;;### (autoloads nil "haml-mode" "haml-mode.el" (22050 30658 934094
;;;;;;  395000))
;;; Generated autoloads from haml-mode.el

(autoload 'haml-mode "haml-mode" "\
Major mode for editing Haml files.

\\{haml-mode-map}

\(fn)" t nil)

(add-to-list 'auto-mode-alist '("\\.haml\\'" . haml-mode))

;;;***

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; haml-mode-autoloads.el ends here