Fix def-yas-mode! usages

This commit is contained in:
Henrik Lissner 2016-06-08 05:15:17 -04:00
parent 84821fd265
commit b535c4e937
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
:init
(add-hook! (java-mode groovy-mode nxml-mode) 'doom|android-mode-enable-maybe)
:config
(def-yas-mode! 'android-mode)
(def-yas-mode! android-mode)
(after! company-dict
(push 'android-mode company-dict-minor-mode-list)))