Fix unbound holy-mode error

This commit is contained in:
Eivind Fonn 2016-10-29 15:11:36 +02:00
parent 4bf8e529b8
commit 977a29316b

View file

@ -232,7 +232,7 @@
"Call `yas-expand' and switch to `insert state'"
(interactive)
(call-interactively 'aya-expand)
(unless holy-mode (evil-insert-state)))
(evil-insert-state))
;; Yasnippet and Smartparens