diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 6fde662d..6de8b346 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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))