Fix bug introduced in df6b530

This commit is contained in:
Eivind Fonn 2015-10-07 22:33:29 +02:00
parent 806573b09b
commit 3a2bd94e05

View file

@ -175,7 +175,7 @@ Each pair KEYn FUNCTIONn is defined in MAP after the evilification of it."
(spacemacs/evilify-configure-default-state ',mode)))))
(if (null eval-after-load)
`(,@body)
`(with-eval-after-load ',eval-after-load ,@body))))
`(with-eval-after-load ',eval-after-load ,body))))
(defun spacemacs/evilify-configure-default-state (mode)
"Configure default state for the passed mode."