46 lines
1.4 KiB
EmacsLisp
46 lines
1.4 KiB
EmacsLisp
;;; 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
|