tvl-depot/configs/shared/emacs/.emacs.d/elpa/evil-commentary-20170413.751/evil-commentary-autoloads.el
William Carroll 17ee0e400b Support Vim, Tmux, Emacs with Stow
After moving off of Meta, Dotfiles has a greater responsibility to
manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
2018-09-10 14:53:23 -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" (23377
;;;;;; 61304 663704 433000))
;;; 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"
;;;;;; (23377 61304 667431 263000))
;;; 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") (23377 61304
;;;;;; 665630 323000))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; evil-commentary-autoloads.el ends here