completion

This commit is contained in:
Nathan McCarty 2023-01-18 02:34:17 -05:00
parent 65208c1fcd
commit fc62e005ce
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 8 additions and 1 deletions

View File

@ -269,6 +269,13 @@ We need to configure the evil collection binds for consult
#+begin_src emacs-lisp #+begin_src emacs-lisp
(with-eval-after-load 'consult (evil-collection-consult-setup)) (with-eval-after-load 'consult (evil-collection-consult-setup))
#+end_src #+end_src
And bind up the search
#+begin_src emacs-lisp
(after! evil
(map! :n "C-s" #'consult-line
:n "SPC s :" #'consult-line-multi))
#+end_src
*** Deadgrep *** Deadgrep
Ripgrep, but from within emacs Ripgrep, but from within emacs
#+begin_src emacs-lisp #+begin_src emacs-lisp

View File

@ -15,7 +15,7 @@
;; directory (for easy access to its source code). ;; directory (for easy access to its source code).
(doom! :completion (doom! :completion
(company +childframe +tng) ; the ultimate code completion backend (company +childframe) ; the ultimate code completion backend
(vertico +childframe +icons) (vertico +childframe +icons)
:ui :ui