From fc62e005ceb40efabe7364e6bae775091a026e8d Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 18 Jan 2023 02:34:17 -0500 Subject: [PATCH] completion --- config.org | 7 +++++++ init.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 1800656..8c2d13a 100644 --- a/config.org +++ b/config.org @@ -269,6 +269,13 @@ We need to configure the evil collection binds for consult #+begin_src emacs-lisp (with-eval-after-load 'consult (evil-collection-consult-setup)) #+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 Ripgrep, but from within emacs #+begin_src emacs-lisp diff --git a/init.el b/init.el index 1b42ba1..63f6e42 100644 --- a/init.el +++ b/init.el @@ -15,7 +15,7 @@ ;; directory (for easy access to its source code). (doom! :completion - (company +childframe +tng) ; the ultimate code completion backend + (company +childframe) ; the ultimate code completion backend (vertico +childframe +icons) :ui