Skip to content

Commit

Permalink
Revert "set initial input in consult-line"
Browse files Browse the repository at this point in the history
This reverts commit e1f3a54.
  • Loading branch information
seagle0128 committed Aug 11, 2024
1 parent ffbb83c commit 507c731
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lisp/init-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,7 @@ value of the selected COLOR."
;; For some commands and buffer sources it is useful to configure the
;; :preview-key on a per-command basis using the `consult-customize' macro.
(consult-customize
consult-line consult-line-multi
:initial (selected-region-or-symbol-at-point)
:preview-key 'any
consult-line consult-line-multi :preview-key 'any
consult-buffer consult-recent-file consult-theme :preview-key '(:debounce 1.0 any)
consult-goto-line :preview-key '(:debounce 0.5 any)
consult-ripgrep consult-git-grep consult-grep
Expand Down

0 comments on commit 507c731

Please sign in to comment.