First Commit
This commit is contained in:
commit
f894d49407
854 changed files with 20637 additions and 0 deletions
78
straight/build/evil-collection/evil-collection-autoloads.el
Normal file
78
straight/build/evil-collection/evil-collection-autoloads.el
Normal file
|
@ -0,0 +1,78 @@
|
|||
;;; evil-collection-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
|
||||
;;
|
||||
;;; Code:
|
||||
|
||||
|
||||
;;;### (autoloads nil "evil-collection" "evil-collection.el" (0 0
|
||||
;;;;;; 0 0))
|
||||
;;; Generated autoloads from evil-collection.el
|
||||
|
||||
(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)" nil nil)
|
||||
|
||||
(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-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)" nil nil)
|
||||
|
||||
(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 nil)
|
||||
|
||||
(register-definition-prefixes "evil-collection" '("evil-collection-"))
|
||||
|
||||
;;;***
|
||||
|
||||
(provide 'evil-collection-autoloads)
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
;;; evil-collection-autoloads.el ends here
|
1
straight/build/evil-collection/evil-collection.el
Symbolic link
1
straight/build/evil-collection/evil-collection.el
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/evil-collection.el
|
BIN
straight/build/evil-collection/evil-collection.elc
Normal file
BIN
straight/build/evil-collection/evil-collection.elc
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/2048-game/evil-collection-2048-game.el
|
Binary file not shown.
1
straight/build/evil-collection/modes/ag/evil-collection-ag.el
Symbolic link
1
straight/build/evil-collection/modes/ag/evil-collection-ag.el
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/ag/evil-collection-ag.el
|
BIN
straight/build/evil-collection/modes/ag/evil-collection-ag.elc
Normal file
BIN
straight/build/evil-collection/modes/ag/evil-collection-ag.elc
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/alchemist/evil-collection-alchemist.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/anaconda-mode/evil-collection-anaconda-mode.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/apropos/evil-collection-apropos.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/arc-mode/evil-collection-arc-mode.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/auto-package-update/evil-collection-auto-package-update.el
|
Binary file not shown.
1
straight/build/evil-collection/modes/bm/evil-collection-bm.el
Symbolic link
1
straight/build/evil-collection/modes/bm/evil-collection-bm.el
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/bm/evil-collection-bm.el
|
BIN
straight/build/evil-collection/modes/bm/evil-collection-bm.elc
Normal file
BIN
straight/build/evil-collection/modes/bm/evil-collection-bm.elc
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/bookmark/evil-collection-bookmark.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/buff-menu/evil-collection-buff-menu.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/calc/evil-collection-calc.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/calendar/evil-collection-calendar.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/cider/evil-collection-cider.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/cmake-mode/evil-collection-cmake-mode.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/comint/evil-collection-comint.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/company/evil-collection-company.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/compile/evil-collection-compile.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/consult/evil-collection-consult.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/cus-theme/evil-collection-cus-theme.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/custom/evil-collection-custom.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/daemons/evil-collection-daemons.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/dashboard/evil-collection-dashboard.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/deadgrep/evil-collection-deadgrep.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/debbugs/evil-collection-debbugs.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/debug/evil-collection-debug.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/dictionary/evil-collection-dictionary.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/diff-mode/evil-collection-diff-mode.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/dired-sidebar/evil-collection-dired-sidebar.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/dired/evil-collection-dired.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/disk-usage/evil-collection-disk-usage.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/distel/evil-collection-distel.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/doc-view/evil-collection-doc-view.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/docker/evil-collection-docker.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/ebib/evil-collection-ebib.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/ebuku/evil-collection-ebuku.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/edbi/evil-collection-edbi.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/edebug/evil-collection-edebug.el
|
Binary file not shown.
1
straight/build/evil-collection/modes/ediff/README.org
Symbolic link
1
straight/build/evil-collection/modes/ediff/README.org
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/ediff/README.org
|
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/ediff/evil-collection-ediff.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/eglot/evil-collection-eglot.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/elfeed/evil-collection-elfeed.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/elisp-mode/evil-collection-elisp-mode.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/elisp-refs/evil-collection-elisp-refs.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/elisp-slime-nav/evil-collection-elisp-slime-nav.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/emms/evil-collection-emms.el
|
Binary file not shown.
1
straight/build/evil-collection/modes/epa/evil-collection-epa.el
Symbolic link
1
straight/build/evil-collection/modes/epa/evil-collection-epa.el
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/epa/evil-collection-epa.el
|
BIN
straight/build/evil-collection/modes/epa/evil-collection-epa.elc
Normal file
BIN
straight/build/evil-collection/modes/epa/evil-collection-epa.elc
Normal file
Binary file not shown.
1
straight/build/evil-collection/modes/ert/evil-collection-ert.el
Symbolic link
1
straight/build/evil-collection/modes/ert/evil-collection-ert.el
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/ert/evil-collection-ert.el
|
BIN
straight/build/evil-collection/modes/ert/evil-collection-ert.elc
Normal file
BIN
straight/build/evil-collection/modes/ert/evil-collection-ert.elc
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/eshell/evil-collection-eshell.el
|
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
/home/chris/.personal-emacs/straight/repos/evil-collection/modes/eval-sexp-fu/evil-collection-eval-sexp-fu.el
|
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue