forked from colonelpanic/dotfiles
Make jedi pop accesible by M-,
This commit is contained in:
parent
977fcdf1d8
commit
8d46d32497
@ -1252,7 +1252,8 @@ marking if it still had that."
|
||||
(setq jedi:install-imenu t)
|
||||
(setq jedi:imenu-create-index-function 'jedi:create-flat-imenu-index))
|
||||
:ensure t
|
||||
:bind ("M-." . jedi:goto-definition))
|
||||
:bind (("M-." . jedi:goto-definition)
|
||||
("M-," . jedi:goto-definition-pop-marker)))
|
||||
(use-package pytest
|
||||
:ensure t
|
||||
:bind ("C-c t" . pytest-one))
|
||||
|
Loading…
Reference in New Issue
Block a user