Fix def-yas-mode! usages
This commit is contained in:
parent
84821fd265
commit
b535c4e937
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue