Fix commented out :config causing errors
Semicolons, what have you done?
This commit is contained in:
parent
553867bf61
commit
43152d774f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue