config

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

web-mode-autoloads.el (765B)


      1 ;;; web-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 web-mode.el
     13 
     14 (autoload 'web-mode "web-mode" "\
     15 Major mode for editing web templates.
     16 
     17 (fn)" t)
     18 (register-definition-prefixes "web-mode" '("web-mode-"))
     19 
     20 ;;; End of scraped data
     21 
     22 (provide 'web-mode-autoloads)
     23 
     24 ;; Local Variables:
     25 ;; version-control: never
     26 ;; no-byte-compile: t
     27 ;; no-update-autoloads: t
     28 ;; no-native-compile: t
     29 ;; coding: utf-8-emacs-unix
     30 ;; End:
     31 
     32 ;;; web-mode-autoloads.el ends here