Klimi's new dotfiles with stow.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

33 satır
871 B

4 yıl önce
  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