Update evil-collection-mode-list; unset evil-collection--supported-modes
This commit is contained in:
parent
bc44ae0beb
commit
e3a1b0bbe3
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,9 @@ variable for an explanation of the defaults (in comments). See
|
||||||
;; We do this ourselves, and better.
|
;; We do this ourselves, and better.
|
||||||
(defvar evil-collection-want-unimpaired-p nil)
|
(defvar evil-collection-want-unimpaired-p nil)
|
||||||
|
|
||||||
|
;; We handle loading evil-collection ourselves
|
||||||
|
(defvar evil-collection--supported-modes nil)
|
||||||
|
|
||||||
;; 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. Here's an easy
|
;; It must be updated whenever evil-collection updates theirs. Here's an easy
|
||||||
;; way to update it:
|
;; way to update it:
|
||||||
|
@ -83,6 +86,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
debug
|
debug
|
||||||
diff-mode
|
diff-mode
|
||||||
dired
|
dired
|
||||||
|
dired-sidebar
|
||||||
disk-usage
|
disk-usage
|
||||||
doc-view
|
doc-view
|
||||||
docker
|
docker
|
||||||
|
@ -108,6 +112,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
geiser
|
geiser
|
||||||
ggtags
|
ggtags
|
||||||
git-timemachine
|
git-timemachine
|
||||||
|
gnus
|
||||||
go-mode
|
go-mode
|
||||||
grep
|
grep
|
||||||
guix
|
guix
|
||||||
|
@ -127,6 +132,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
ivy
|
ivy
|
||||||
js2-mode
|
js2-mode
|
||||||
leetcode
|
leetcode
|
||||||
|
lispy
|
||||||
log-edit
|
log-edit
|
||||||
log-view
|
log-view
|
||||||
lsp-ui-imenu
|
lsp-ui-imenu
|
||||||
|
@ -169,6 +175,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
slime
|
slime
|
||||||
sly
|
sly
|
||||||
tablist
|
tablist
|
||||||
|
tar-mode
|
||||||
(term term ansi-term multi-term)
|
(term term ansi-term multi-term)
|
||||||
tetris
|
tetris
|
||||||
tide
|
tide
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue