config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

yaml-mode-autoloads.el (1151B)


      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 (directory-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 (add-to-list 'magic-mode-alist '("^%YAML\\s-+[0-9]+\\.[0-9]+\\(\\s-+#\\|\\s-*$\\)" . yaml-mode))
     23 (register-definition-prefixes "yaml-mode" '("yaml-"))
     24 
     25 ;;; End of scraped data
     26 
     27 (provide 'yaml-mode-autoloads)
     28 
     29 ;; Local Variables:
     30 ;; version-control: never
     31 ;; no-byte-compile: t
     32 ;; no-update-autoloads: t
     33 ;; no-native-compile: t
     34 ;; coding: utf-8-emacs-unix
     35 ;; End:
     36 
     37 ;;; yaml-mode-autoloads.el ends here