Update evil-collection-mode-list #1543
This commit is contained in:
parent
d2991930ae
commit
d45b9348c0
1 changed files with 9 additions and 1 deletions
|
@ -46,7 +46,8 @@ variable for an explanation of the defaults (in comments). See
|
||||||
;; This has to be defined here since evil-collection doesn't autoload its own.
|
;; This has to be defined here since evil-collection doesn't autoload its own.
|
||||||
;; It must be updated whenever evil-collection updates theirs.
|
;; It must be updated whenever evil-collection updates theirs.
|
||||||
(defvar evil-collection-mode-list
|
(defvar evil-collection-mode-list
|
||||||
`(ag
|
`(2048-game
|
||||||
|
ag
|
||||||
alchemist
|
alchemist
|
||||||
anaconda-mode
|
anaconda-mode
|
||||||
arc-mode
|
arc-mode
|
||||||
|
@ -77,6 +78,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
elfeed
|
elfeed
|
||||||
elisp-mode
|
elisp-mode
|
||||||
elisp-refs
|
elisp-refs
|
||||||
|
elisp-slime-nav
|
||||||
emms
|
emms
|
||||||
epa
|
epa
|
||||||
ert
|
ert
|
||||||
|
@ -97,6 +99,8 @@ variable for an explanation of the defaults (in comments). See
|
||||||
helm
|
helm
|
||||||
help
|
help
|
||||||
helpful
|
helpful
|
||||||
|
hg-histedit
|
||||||
|
hungry-delete
|
||||||
ibuffer
|
ibuffer
|
||||||
image
|
image
|
||||||
image-dired
|
image-dired
|
||||||
|
@ -106,6 +110,8 @@ variable for an explanation of the defaults (in comments). See
|
||||||
info
|
info
|
||||||
ivy
|
ivy
|
||||||
js2-mode
|
js2-mode
|
||||||
|
leetcode
|
||||||
|
log-edit
|
||||||
log-view
|
log-view
|
||||||
lsp-ui-imenu
|
lsp-ui-imenu
|
||||||
lua-mode
|
lua-mode
|
||||||
|
@ -115,6 +121,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
magit
|
magit
|
||||||
magit-todos
|
magit-todos
|
||||||
,@(when evil-collection-setup-minibuffer '(minibuffer))
|
,@(when evil-collection-setup-minibuffer '(minibuffer))
|
||||||
|
monky
|
||||||
mu4e
|
mu4e
|
||||||
mu4e-conversation
|
mu4e-conversation
|
||||||
neotree
|
neotree
|
||||||
|
@ -156,6 +163,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
vdiff
|
vdiff
|
||||||
view
|
view
|
||||||
vlf
|
vlf
|
||||||
|
vterm
|
||||||
w3m
|
w3m
|
||||||
wdired
|
wdired
|
||||||
wgrep
|
wgrep
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue