emacs/org/elpa/helm-ls-git-20240702.811/helm-ls-git-autoloads.el

49 lines
1.2 KiB
EmacsLisp
Raw Normal View History

2024-07-28 16:03:37 +00:00
;;; helm-ls-git-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
2023-07-27 19:42:55 +00:00
;;; Code:
2024-07-28 16:03:37 +00:00
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
2023-07-27 19:42:55 +00:00
;;; Generated autoloads from helm-ls-git.el
(add-to-list 'auto-mode-alist '("/COMMIT_EDITMSG$" . helm-ls-git-commit-mode))
(autoload 'helm-ls-git-commit-mode "helm-ls-git" "\
Mode to edit COMMIT_EDITMSG files.
Commands:
\\{helm-ls-git-commit-mode-map}
2024-07-28 16:03:37 +00:00
(fn)" t)
2023-07-27 19:42:55 +00:00
(add-to-list 'auto-mode-alist '("/git-rebase-todo$" . helm-ls-git-rebase-todo-mode))
(autoload 'helm-ls-git-rebase-todo-mode "helm-ls-git" "\
Major Mode to edit git-rebase-todo files when using git rebase -i.
Commands:
\\{helm-ls-git-rebase-todo-mode-map}
2024-07-28 16:03:37 +00:00
(fn)" t)
2023-07-27 19:42:55 +00:00
(autoload 'helm-ls-git "helm-ls-git" "\
2024-07-28 16:03:37 +00:00
(fn &optional ARG)" t)
2023-07-27 19:42:55 +00:00
(register-definition-prefixes "helm-ls-git" '("helm-"))
2024-07-28 16:03:37 +00:00
;;; End of scraped data
(provide 'helm-ls-git-autoloads)
2023-07-27 19:42:55 +00:00
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
2024-07-28 16:03:37 +00:00
;; no-native-compile: t
;; coding: utf-8-emacs-unix
2023-07-27 19:42:55 +00:00
;; End:
2024-07-28 16:03:37 +00:00
2023-07-27 19:42:55 +00:00
;;; helm-ls-git-autoloads.el ends here