From 2cf635876668da66587f6b8bd4b4935354c2be9f Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Thu, 7 Apr 2022 09:20:52 -0500 Subject: Prepopulate with symbol at point diff --git a/lisp/ravi-init-completion.el b/lisp/ravi-init-completion.el index 98407e8..c97d5e3 100644 --- a/lisp/ravi-init-completion.el +++ b/lisp/ravi-init-completion.el @@ -256,6 +256,9 @@ consult--source-recent-file consult--source-project-recent-file consult--source-bookmark :preview-key "C-o") (consult-customize consult-buffer :preview-key nil) ; preview is just too intrusive + (consult-customize + consult-isearch consult-line consult-grep consult-git-grep consult-apropos consult-xref + :initial (thing-at-point 'symbol)) ;; Optionally configure the narrowing key. ;; Both < and C-+ work reasonably well. -- cgit v0.10.1