dotemacs

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

git-commit-autoloads.el (936B)


      1 ;;; git-commit-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 git-commit.el
     13 
     14 (put 'git-commit-major-mode 'safe-local-variable
     15     (lambda (val)
     16       (memq val '(text-mode
     17                   markdown-mode
     18                   org-mode
     19                   fundamental-mode
     20                   git-commit-elisp-text-mode))))
     21 (register-definition-prefixes "git-commit" '("git-commit-" "global-git-commit-mode"))
     22 
     23 ;;; End of scraped data
     24 
     25 (provide 'git-commit-autoloads)
     26 
     27 ;; Local Variables:
     28 ;; version-control: never
     29 ;; no-byte-compile: t
     30 ;; no-update-autoloads: t
     31 ;; no-native-compile: t
     32 ;; coding: utf-8-emacs-unix
     33 ;; End:
     34 
     35 ;;; git-commit-autoloads.el ends here