mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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
|
;; must be set before evil/evil-collection is loaded
|
||||||
(setq evil-want-integration nil
|
(setq evil-want-integration nil
|
||||||
evil-collection-company-use-tng nil)
|
evil-collection-company-use-tng nil)
|
||||||
;; :config
|
:config
|
||||||
(dolist (sym +evil-collection-disabled-list)
|
(dolist (sym +evil-collection-disabled-list)
|
||||||
(setq evil-collection-mode-list
|
(setq evil-collection-mode-list
|
||||||
(funcall (if (symbolp sym) #'delq #'delete)
|
(funcall (if (symbolp sym) #'delq #'delete)
|
||||||
|
Reference in New Issue
Block a user