tvl-depot/configs/shared/emacs/.emacs.d/elpa/evil-commentary-20170413.1451/evil-commentary-autoloads.el
William Carroll 9da3ffee41 Update Emacs packages
This is a massive diff that I had to do in a hurry - when leaving
Urbint. I'm pretty sure that most of these are updating Emacs packages,
but I'm not positive.
2018-10-02 09:54:39 -04:00

45 lines
1.2 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; evil-commentary-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "evil-commentary" "evil-commentary.el" (23450
;;;;;; 31878 323234 752000))
;;; Generated autoloads from evil-commentary.el
(defvar evil-commentary-mode nil "\
Non-nil if Evil-Commentary mode is enabled.
See the `evil-commentary-mode' command
for a description of this minor mode.")
(custom-autoload 'evil-commentary-mode "evil-commentary" nil)
(autoload 'evil-commentary-mode "evil-commentary" "\
Commentary mode.
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil "evil-commentary-integration" "evil-commentary-integration.el"
;;;;;; (23450 31878 326562 763000))
;;; Generated autoloads from evil-commentary-integration.el
(autoload 'evil-commentary/org-comment-or-uncomment-region "evil-commentary-integration" "\
Comment function for `org-mode'.
\(fn BEG END)" t nil)
;;;***
;;;### (autoloads nil nil ("evil-commentary-pkg.el") (23450 31878
;;;;;; 324965 925000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; evil-commentary-autoloads.el ends here