Tell which-key about nosetests keybinding

This commit is contained in:
Jeremy Dormitzer 2020-02-14 12:47:13 -05:00
parent ab5d635cc4
commit ac657449ad

View File

@ -2646,6 +2646,12 @@ And borrowing some functions from python-pytest, we can get some nosetests suppo
(general-def nosetests-map "m" #'nosetests-module)
(general-def nosetests-map "f" #'nosetests-file)
(general-def nosetests-map "d" #'nosetests-def)
(add-hook 'python-mode-hook
(lambda ()
(make-local-variable 'which-key-replacement-alist)
(which-key-add-key-based-replacements
"C-c t n" "nosetests")))
#+END_SRC
* Hy