From b922ac2c656bf80d0515db82c75e9072d7f1878b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 6 Dec 2014 03:16:13 -0800 Subject: [PATCH] jedi to M-., no more helm swoop automatically from isearch. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 99c4a0d5..1abb30b9 100644 --- a/init.el +++ b/init.el @@ -452,6 +452,7 @@ The current directory is assumed to be the project's root otherwise." :config (progn (global-ace-isearch-mode +1) + (setq ace-isearch-use-function-from-isearch nil) (setq ace-isearch-input-idle-delay .25))) (use-package flycheck @@ -982,7 +983,7 @@ The current directory is assumed to be the project's root otherwise." (setq jedi:install-imenu t) (setq jedi:imenu-create-index-function 'jedi:create-flat-imenu-index)) :ensure t - :bind ("C-c g" . jedi:goto-definition)) + :bind ("M-." . jedi:goto-definition)) (use-package pytest :ensure t :bind ("C-c t" . pytest-one))