Sha256: b5af95132752e462058d37f1d623e7fb9841639a24214be7a02cd9a7fdbaef54
Contents?: true
Size: 845 Bytes
Versions: 5
Compression:
Stored size: 845 Bytes
Contents
;;; yaml-mode-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "yaml-mode" "yaml-mode.el" (23227 9393 469979 ;;;;;; 610000)) ;;; Generated autoloads from yaml-mode.el (let ((loads (get 'yaml 'custom-loads))) (if (member '"yaml-mode" loads) nil (put 'yaml 'custom-loads (cons '"yaml-mode" loads)))) (autoload 'yaml-mode "yaml-mode" "\ Simple mode to edit YAML. \\{yaml-mode-map} \(fn)" t nil) (add-to-list 'auto-mode-alist '("\\.\\(e?ya?\\|ra\\)ml\\'" . yaml-mode)) ;;;*** ;;;### (autoloads nil nil ("yaml-mode-pkg.el") (23227 9370 628956 ;;;;;; 786000)) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; End: ;;; yaml-mode-autoloads.el ends here
Version data entries
5 entries across 5 versions & 1 rubygems