selectrum: partially fix selectrum-repeat issue
- doesn't restore selection upon repeat, might be upstream issue - document some bugs/todos
This commit is contained in:
parent
23b4dfa521
commit
157a6c5c4b
2 changed files with 13 additions and 5 deletions
|
@ -23,8 +23,7 @@ one face."
|
|||
(user-error "Couldn't find ripgrep in your PATH"))
|
||||
(require 'consult)
|
||||
(setq deactivate-mark t)
|
||||
(let* ((this-command 'consult--grep)
|
||||
(project-root (or (doom-project-root) default-directory))
|
||||
(let* ((project-root (or (doom-project-root) default-directory))
|
||||
(directory (or in project-root))
|
||||
(args (split-string
|
||||
(string-trim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue