mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
Merge evil-collection-anaconda into lang/python #628
This is the first step of removing evil-collection from Doom.
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
;; strives to make Emacs a much better vim than vim was.
|
||||
|
||||
(defvar +evil-collection-disabled-list
|
||||
'(kotlin-mode ; doesn't do anything useful
|
||||
simple) ; ditto
|
||||
'(kotlin-mode ; doesn't do anything useful
|
||||
simple
|
||||
anaconda-mode) ; we'll do it ourselves
|
||||
"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.")
|
||||
|
Reference in New Issue
Block a user