Files
memex/0_inbox/Scrivener_Emacs_Vim/elpa/evil-20150818.1313/evil-autoloads.el

46 lines
1.4 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-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
;;;### (autoloads nil "evil" "evil.el" (21983 61360 0 0))
;;; Generated autoloads from evil.el
(defvar evil-mode nil "\
Non-nil if Evil mode is enabled.
See the command `evil-mode' for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `evil-mode'.")
(custom-autoload 'evil-mode "evil" nil)
(autoload 'evil-mode "evil" "\
Toggle Evil-Local mode in all buffers.
With prefix ARG, enable Evil mode if ARG is positive;
otherwise, disable it. If called from Lisp, enable the mode if
ARG is omitted or nil.
Evil-Local mode is enabled in all buffers where
`evil-initialize' would do it.
See `evil-local-mode' for more information on Evil-Local mode.
\(fn &optional ARG)" t nil)
;;;***
;;;### (autoloads nil nil ("evil-command-window.el" "evil-commands.el"
;;;;;; "evil-common.el" "evil-core.el" "evil-digraphs.el" "evil-ex.el"
;;;;;; "evil-integration.el" "evil-macros.el" "evil-maps.el" "evil-pkg.el"
;;;;;; "evil-repeat.el" "evil-search.el" "evil-states.el" "evil-types.el"
;;;;;; "evil-vars.el") (21983 61360 170000 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; evil-autoloads.el ends here