Fix commented out :config causing errors

Semicolons, what have you done?
This commit is contained in:
Henrik Lissner 2018-06-01 16:32:38 +02:00
parent 553867bf61
commit 43152d774f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)