Replace :yas-minor-mode with set-yas-minor-mode!

This commit is contained in:
Henrik Lissner 2018-06-15 18:03:11 +02:00
parent ab9b8d97bc
commit 4d017ae19e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 18 additions and 14 deletions

View file

@ -113,7 +113,7 @@ environment variables."
(associate! nose-mode :match "/test_.+\\.py$" :modes (python-mode))
:config
(set-popup-rule! "^\\*nosetests" '((size . 0.4)) '((select)))
(set! :yas-minor-mode 'nose-mode)
(set-yas-minor-mode! 'nose-mode)
(map! :map nose-mode-map
:localleader
:prefix "t"