mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix commented out :config causing errors
Semicolons, what have you done?
This commit is contained in:
@ -25,7 +25,7 @@ variable for an explanation of the defaults (in comments). See
|
||||
;; must be set before evil/evil-collection is loaded
|
||||
(setq evil-want-integration nil
|
||||
evil-collection-company-use-tng nil)
|
||||
;; :config
|
||||
:config
|
||||
(dolist (sym +evil-collection-disabled-list)
|
||||
(setq evil-collection-mode-list
|
||||
(funcall (if (symbolp sym) #'delq #'delete)
|
||||
|
Reference in New Issue
Block a user