36 lines
1015 B
EmacsLisp
36 lines
1015 B
EmacsLisp
|
;;; git-commit-mode-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
|
|||
|
|
|||
|
;;;### (autoloads nil "git-commit-mode" "git-commit-mode.el" (21831
|
|||
|
;;;;;; 16636 620188 15000))
|
|||
|
;;; Generated autoloads from git-commit-mode.el
|
|||
|
|
|||
|
(autoload 'git-commit-mode "git-commit-mode" "\
|
|||
|
Major mode for editing git commit messages.
|
|||
|
|
|||
|
This mode helps with editing git commit messages both by
|
|||
|
providing commands to do common tasks, and by highlighting the
|
|||
|
basic structure of and errors in git commit messages.
|
|||
|
|
|||
|
\(fn)" t nil)
|
|||
|
|
|||
|
(add-to-list 'auto-mode-alist '("/MERGE_MSG\\'" . git-commit-mode))
|
|||
|
|
|||
|
(add-to-list 'auto-mode-alist '("/\\(?:COMMIT\\|NOTES\\|TAG\\|PULLREQ\\)_EDITMSG\\'" . git-commit-mode))
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;;;### (autoloads nil nil ("git-commit-mode-pkg.el") (21831 16636
|
|||
|
;;;;;; 639156 530000))
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; End:
|
|||
|
;;; git-commit-mode-autoloads.el ends here
|