Sha256: 4377497541707363703c278dc9c2c38e0c648d8659bf6ab885773a1ad6a8672a
Contents?: true
Size: 616 Bytes
Versions: 5
Compression:
Stored size: 616 Bytes
Contents
;;; haml-mode-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "haml-mode" "haml-mode.el" (23227 13867 412282 ;;;;;; 441000)) ;;; 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
Version data entries
5 entries across 5 versions & 1 rubygems