140 lines
6.4 KiB
EmacsLisp
140 lines
6.4 KiB
EmacsLisp
;;; evil-collection-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
|
||
;; Generated by the `loaddefs-generate' function.
|
||
|
||
;; This file is part of GNU Emacs.
|
||
|
||
;;; Code:
|
||
|
||
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||
|
||
|
||
|
||
;;; Generated autoloads from evil-collection.el
|
||
|
||
(autoload 'evil-collection-translate-minor-mode-key "evil-collection" "\
|
||
Translate keys in the keymap(s) corresponding to STATES and MODES.
|
||
|
||
Similar to `evil-collection-translate-key' but for minor modes.
|
||
STATES should be the name of an evil state, a list of states, or nil. MODES
|
||
should be a symbol corresponding to minor-mode to make the translations in or a
|
||
list of minor-mode symbols. TRANSLATIONS corresponds to a list of
|
||
key replacement pairs. For example, specifying \"a\" \"b\" will bind \"a\" to
|
||
\"b\"'s definition in the keymap. Specifying nil as a replacement will unbind a
|
||
key. If DESTRUCTIVE is nil, a backup of the keymap will be stored on the initial
|
||
invocation, and future invocations will always look up keys in the backup
|
||
keymap. When no TRANSLATIONS are given, this function will only create the
|
||
backup keymap without making any translations. On the other hand, if DESTRUCTIVE
|
||
is non-nil, the keymap will be destructively altered without creating a backup.
|
||
For example, calling this function multiple times with \"a\" \"b\" \"b\" \"a\"
|
||
would continue to swap and unswap the definitions of these keys. This means that
|
||
when DESTRUCTIVE is non-nil, all related swaps/cycles should be done in the same
|
||
invocation.
|
||
|
||
(fn STATES MODES &rest TRANSLATIONS &key DESTRUCTIVE &allow-other-keys)")
|
||
(function-put 'evil-collection-translate-minor-mode-key 'lisp-indent-function 'defun)
|
||
(autoload 'evil-collection-translate-key "evil-collection" "\
|
||
Translate keys in the keymap(s) corresponding to STATES and KEYMAPS.
|
||
STATES should be the name of an evil state, a list of states, or nil. KEYMAPS
|
||
should be a symbol corresponding to the keymap to make the translations in or a
|
||
list of keymap symbols. Like `evil-define-key', when a keymap does not exist,
|
||
the keybindings will be deferred until the keymap is defined, so
|
||
`with-eval-after-load' is not necessary. TRANSLATIONS corresponds to a list of
|
||
key replacement pairs. For example, specifying \"a\" \"b\" will bind \"a\" to
|
||
\"b\"'s definition in the keymap. Specifying nil as a replacement will unbind a
|
||
key. If DESTRUCTIVE is nil, a backup of the keymap will be stored on the initial
|
||
invocation, and future invocations will always look up keys in the backup
|
||
keymap. When no TRANSLATIONS are given, this function will only create the
|
||
backup keymap without making any translations. On the other hand, if DESTRUCTIVE
|
||
is non-nil, the keymap will be destructively altered without creating a backup.
|
||
For example, calling this function multiple times with \"a\" \"b\" \"b\" \"a\"
|
||
would continue to swap and unswap the definitions of these keys. This means that
|
||
when DESTRUCTIVE is non-nil, all related swaps/cycles should be done in the same
|
||
invocation.
|
||
|
||
(fn STATES KEYMAPS &rest TRANSLATIONS &key DESTRUCTIVE &allow-other-keys)")
|
||
(function-put 'evil-collection-translate-key 'lisp-indent-function 'defun)
|
||
(autoload 'evil-collection-swap-key "evil-collection" "\
|
||
Wrapper around `evil-collection-translate-key' for swapping keys.
|
||
STATES, KEYMAPS, and ARGS are passed to `evil-collection-translate-key'. ARGS
|
||
should consist of key swaps (e.g. \"a\" \"b\" is equivalent to \"a\" \"b\" \"b\"
|
||
\"a\" with `evil-collection-translate-key') and optionally keyword arguments for
|
||
`evil-collection-translate-key'.
|
||
|
||
(fn STATES KEYMAPS &rest ARGS)" nil t)
|
||
(function-put 'evil-collection-swap-key 'lisp-indent-function 'defun)
|
||
(autoload 'evil-collection-swap-minor-mode-key "evil-collection" "\
|
||
Wrapper around `evil-collection-translate-minor-mode-key' for swapping keys.
|
||
STATES, MODES, and ARGS are passed to
|
||
`evil-collection-translate-minor-mode-key'. ARGS should consist of key swaps
|
||
(e.g. \"a\" \"b\" is equivalent to \"a\" \"b\" \"b\" \"a\"
|
||
with `evil-collection-translate-minor-mode-key') and optionally keyword
|
||
arguments for `evil-collection-translate-minor-mode-key'.
|
||
|
||
(fn STATES MODES &rest ARGS)" nil t)
|
||
(function-put 'evil-collection-swap-minor-mode-key 'lisp-indent-function 'defun)
|
||
(autoload 'evil-collection-require "evil-collection" "\
|
||
Require the evil-collection-MODE file, but do not activate it.
|
||
|
||
MODE should be a symbol. This requires the evil-collection-MODE
|
||
feature without needing to manipulate `load-path'. NOERROR is
|
||
forwarded to `require'.
|
||
|
||
(fn MODE &optional NOERROR)")
|
||
(autoload 'evil-collection-init "evil-collection" "\
|
||
Register the Evil bindings for all modes in `evil-collection-mode-list'.
|
||
|
||
Alternatively, you may register select bindings manually, for
|
||
instance:
|
||
|
||
(with-eval-after-load ='calendar
|
||
(evil-collection-calendar-setup))
|
||
|
||
If MODES is specified (as either one mode or a list of modes), use those modes
|
||
instead of the modes in `evil-collection-mode-list'.
|
||
|
||
(fn &optional MODES)" t)
|
||
(autoload 'evil-collection-unmap "evil-collection" "\
|
||
Completely unmap THINGS from MAP-SYM.
|
||
|
||
MAP-SYM is a symbol bound to a keymap. If MAP-SYM is not yet bound
|
||
to a keymap, the operation is deferred via `after-load-functions',
|
||
matching the deferral behaviour of `evil-collection-define-key'.
|
||
|
||
Each thing in THINGS is one of:
|
||
|
||
- A command symbol — every binding pointing to that command
|
||
anywhere in the keymap is removed (TAB, RET, C-c TAB,
|
||
evil-state bindings, [remap ...] entries, etc.).
|
||
|
||
- A key description string accepted by `kbd' (e.g. \"RET\",
|
||
\"a\", \"<return>\", \"TAB\", \"C-c C-c\") — the binding at
|
||
that exact key sequence is removed at the top level and
|
||
inside every evil-state auxiliary keymap.
|
||
|
||
- A key vector — same as a key description, already parsed.
|
||
|
||
Removals use `define-key' with REMOVE set, so bindings are
|
||
deleted entirely, not just shadowed with nil.
|
||
|
||
Parent keymaps installed via `set-keymap-parent' are not modified,
|
||
and sub-keymaps stored under events in
|
||
`evil-collection-unmap-skip-events' (menu-bar, tool-bar, etc.) are
|
||
not descended into.
|
||
|
||
(fn MAP-SYM &rest THINGS)")
|
||
(function-put 'evil-collection-unmap 'lisp-indent-function 'defun)
|
||
(register-definition-prefixes "evil-collection" '("evil-collection-"))
|
||
|
||
;;; End of scraped data
|
||
|
||
(provide 'evil-collection-autoloads)
|
||
|
||
;; Local Variables:
|
||
;; version-control: never
|
||
;; no-byte-compile: t
|
||
;; no-update-autoloads: t
|
||
;; no-native-compile: t
|
||
;; coding: utf-8-emacs-unix
|
||
;; End:
|
||
|
||
;;; evil-collection-autoloads.el ends here
|