[python] Fix elpy bindings.
This commit is contained in:
parent
24582f7a1c
commit
93f87d84ea
@ -62,7 +62,12 @@
|
|||||||
(use-package elpy
|
(use-package elpy
|
||||||
:defer t
|
:defer t
|
||||||
:bind
|
:bind
|
||||||
(("M-/" . elpy-company-backend))
|
(("M-/" . elpy-company-backend)
|
||||||
|
("C-<prior>" . elpy-nav-forward-block)
|
||||||
|
("C-<prev>" . elpy-nav-backward-block)
|
||||||
|
:map elpy-mode-map
|
||||||
|
("C-<up>" . nil)
|
||||||
|
("C-<down>" . nil))
|
||||||
:custom
|
:custom
|
||||||
(flycheck-python-flake8-executable "python")
|
(flycheck-python-flake8-executable "python")
|
||||||
(python-indent-offset 4)
|
(python-indent-offset 4)
|
||||||
|
Loading…
Reference in New Issue
Block a user