Klimi's new dotfiles with stow.
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.

33 lines
871 B

пре 4 година
  1. ;;; yaml-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 "yaml-mode" "yaml-mode.el" (0 0 0 0))
  7. ;;; Generated autoloads from yaml-mode.el
  8. (let ((loads (get 'yaml 'custom-loads))) (if (member '"yaml-mode" loads) nil (put 'yaml 'custom-loads (cons '"yaml-mode" loads))))
  9. (autoload 'yaml-mode "yaml-mode" "\
  10. Simple mode to edit YAML.
  11. \\{yaml-mode-map}
  12. \(fn)" t nil)
  13. (add-to-list 'auto-mode-alist '("\\.\\(e?ya?\\|ra\\)ml\\'" . yaml-mode))
  14. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "yaml-mode" '("yaml-")))
  15. ;;;***
  16. ;; Local Variables:
  17. ;; version-control: never
  18. ;; no-byte-compile: t
  19. ;; no-update-autoloads: t
  20. ;; coding: utf-8
  21. ;; End:
  22. ;;; yaml-mode-autoloads.el ends here