dotemacs

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

web-mode-autoloads.el (737B)


      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 (directory-file-name
      9                          (or (file-name-directory #$) (car load-path))))
     10 
     11 
     12 
     13 ;;; Generated autoloads from web-mode.el
     14 
     15 (autoload 'web-mode "web-mode" "\
     16 Major mode for editing web templates.
     17 
     18 (fn)" t nil)
     19 (register-definition-prefixes "web-mode" '("web-mode-"))
     20 
     21 ;;; End of scraped data
     22 
     23 (provide 'web-mode-autoloads)
     24 
     25 ;; Local Variables:
     26 ;; version-control: never
     27 ;; no-byte-compile: t
     28 ;; no-update-autoloads: t
     29 ;; coding: utf-8-emacs-unix
     30 ;; End:
     31 
     32 ;;; web-mode-autoloads.el ends here