dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

yaml-mode-autoloads.el (1032B)


      1 ;;; yaml-mode-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from yaml-mode.el
     13 
     14 (let ((loads (get 'yaml 'custom-loads))) (if (member '"yaml-mode" loads) nil (put 'yaml 'custom-loads (cons '"yaml-mode" loads)) (put 'languages 'custom-loads (cons 'yaml (get 'languages 'custom-loads)))))
     15 (autoload 'yaml-mode "yaml-mode" "\
     16 Simple mode to edit YAML.
     17 
     18 \\{yaml-mode-map}
     19 
     20 (fn)" t)
     21 (add-to-list 'auto-mode-alist '("\\.\\(e?ya?\\|ra\\)ml\\'" . yaml-mode))
     22 (register-definition-prefixes "yaml-mode" '("yaml-"))
     23 
     24 ;;; End of scraped data
     25 
     26 (provide 'yaml-mode-autoloads)
     27 
     28 ;; Local Variables:
     29 ;; version-control: never
     30 ;; no-byte-compile: t
     31 ;; no-update-autoloads: t
     32 ;; no-native-compile: t
     33 ;; coding: utf-8-emacs-unix
     34 ;; End:
     35 
     36 ;;; yaml-mode-autoloads.el ends here