selectrum: improve ivy parity
- add `completion-at-point` as analogue to `cousnel-company` - fix emacs-bindings `counsel-company` binding to respect helm and selectrum - add org jump commands `consult-org-heading` and `consult-org-agenda` bindings - add `consult-history` as `counsel-minibuffer-history` analogue - add support for `doom/help-search` - update TODO.org
This commit is contained in:
parent
1266ac7b24
commit
26a310d04c
6 changed files with 23 additions and 12 deletions
|
@ -226,6 +226,8 @@ will be automatically appended to the result."
|
|||
#'+ivy-file-search)
|
||||
((fboundp '+helm-file-search)
|
||||
#'+helm-file-search)
|
||||
((fboundp '+selectrum-file-search)
|
||||
#'+selectrum-file-search)
|
||||
((rgrep
|
||||
(read-regexp
|
||||
"Search for" (or initial-input 'grep-tag-default)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue