Merge evil-collection-dired into emacs/dired
This commit is contained in:
parent
6ecdd390c1
commit
601c9a654e
2 changed files with 161 additions and 1 deletions
|
@ -6,8 +6,10 @@
|
|||
(defvar +evil-collection-disabled-list
|
||||
'(kotlin-mode ; doesn't do anything useful
|
||||
simple
|
||||
;; we'll do these ourselves
|
||||
dired
|
||||
ivy
|
||||
anaconda-mode) ; we'll do it ourselves
|
||||
anaconda-mode)
|
||||
"A list of `evil-collection' modules to disable. See the definition of this
|
||||
variable for an explanation of the defaults (in comments). See
|
||||
`evil-collection-mode-list' for a list of available options.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue