Merge evil-collection-dired into emacs/dired

This commit is contained in:
Henrik Lissner 2018-05-31 13:10:34 +02:00
parent 6ecdd390c1
commit 601c9a654e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 161 additions and 1 deletions

View file

@ -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.")