mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Disable evil-collection-ruby-mode
May indirectly fix broken :localleader keybinds on ruby-mode-map
This commit is contained in:
@ -7,10 +7,11 @@
|
||||
'(kotlin-mode ; doesn't do anything useful
|
||||
simple
|
||||
;; we'll do these ourselves
|
||||
anaconda-mode
|
||||
dired
|
||||
helm
|
||||
ivy
|
||||
anaconda-mode)
|
||||
ruby-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.")
|
||||
|
Reference in New Issue
Block a user