diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-05 16:33:06 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-05 16:33:06 +0100 |
commit | a73f64064271686e48712eda6a7516df58c652ad (patch) | |
tree | 659b0526c0d55057cdc53949ca8efa9c5254658b /emacs-prelude/personal/lisp/init-projectile.el | |
parent | 90cd83d7bd0e4fc7a3e5d8da0ad8bd8702491c59 (diff) | |
download | dotfiles-a73f64064271686e48712eda6a7516df58c652ad.tar.gz |
Tidy up consult-ripgrep config
Diffstat (limited to 'emacs-prelude/personal/lisp/init-projectile.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-projectile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-prelude/personal/lisp/init-projectile.el b/emacs-prelude/personal/lisp/init-projectile.el index 2ce79a0..d056bb8 100644 --- a/emacs-prelude/personal/lisp/init-projectile.el +++ b/emacs-prelude/personal/lisp/init-projectile.el @@ -16,7 +16,7 @@ (consult-buffer))) (def-projectile-commander-method ?r "consult-ripgrep" - (consult-smart-ripgrep)) + (consult-ripgrep)) (def-projectile-commander-method ?p "DWIM" (cond ((> (length (projectile-project-buffer-names)) 4) (projectile-switch-to-buffer)) ;; TODO consult-buffer |