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

View File

@ -67,7 +67,7 @@
:init (associate! nose-mode :match "/test_.+\\.py$" :in (python-mode))
:config
(def-popup! "*nosetests*" :align below :size 0.4 :noselect t)
(def-yas-mode! 'nose-mode)
(def-yas-mode! nose-mode)
(map! :map nose-mode-map
(:localleader
:n "tr" 'nosetests-again