python: add pip-requirements plugin
This commit is contained in:
parent
dbd4e45a41
commit
451a02c7a8
2 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
|||
(find-file "find assignments" t)
|
||||
(find-references "show usages" nil))))))
|
||||
|
||||
(use-package pip-requirements
|
||||
:mode ("/requirements.txt$" . pip-requirements-mode)
|
||||
:config (define-company-backend! pip-requirements-mode (capf)))
|
||||
|
||||
(use-package nose
|
||||
:commands nose-mode
|
||||
:preface (defvar nose-mode-map (make-sparse-keymap))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue