Smarter associate! macro

This commit is contained in:
Henrik Lissner 2016-01-21 19:33:54 -05:00
parent aac4d4ee48
commit 9bda8c3112
3 changed files with 29 additions and 20 deletions

View file

@ -24,7 +24,7 @@
:commands nose-mode
:preface (defvar nose-mode-map (make-sparse-keymap))
:init
(associate! nose-mode :pattern "/test_.+\\.py\\'")
(associate! nose-mode :match "/test_.+\\.py\\'")
:config
(map! :map nose-mode-map
(:localleader