forked from colonelpanic/dotfiles
jedi to M-., no more helm swoop automatically from isearch.
This commit is contained in:
parent
774ea90984
commit
b922ac2c65
3
init.el
3
init.el
@ -452,6 +452,7 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(global-ace-isearch-mode +1)
|
(global-ace-isearch-mode +1)
|
||||||
|
(setq ace-isearch-use-function-from-isearch nil)
|
||||||
(setq ace-isearch-input-idle-delay .25)))
|
(setq ace-isearch-input-idle-delay .25)))
|
||||||
|
|
||||||
(use-package flycheck
|
(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:install-imenu t)
|
||||||
(setq jedi:imenu-create-index-function 'jedi:create-flat-imenu-index))
|
(setq jedi:imenu-create-index-function 'jedi:create-flat-imenu-index))
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind ("C-c g" . jedi:goto-definition))
|
:bind ("M-." . jedi:goto-definition))
|
||||||
(use-package pytest
|
(use-package pytest
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind ("C-c t" . pytest-one))
|
:bind ("C-c t" . pytest-one))
|
||||||
|
Loading…
Reference in New Issue
Block a user