General cleanup + refactor

This commit is contained in:
Henrik Lissner 2016-05-11 05:36:49 -04:00
parent c427842a04
commit 91a87e7ee1
14 changed files with 74 additions and 76 deletions

View file

@ -67,8 +67,7 @@
(use-package nose
:commands nose-mode
:preface (defvar nose-mode-map (make-sparse-keymap))
:init
(associate! nose-mode :match "/test_.+\\.py$" :in (python-mode))
:init (associate! nose-mode :match "/test_.+\\.py$" :in (python-mode))
:config
(def-yas-mode! 'nose-mode)
(map! :map nose-mode-map