Fix #4766: workaround for ivy-prescient wrong-type-arg error
ivy-resume + prefix arg = resume named session, but throws an error when ivy-prescient is present.
This commit is contained in:
parent
7870350f84
commit
62df2c386a
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ results buffer.")
|
|||
'(literal regexp initialism fuzzy)
|
||||
'(literal regexp initialism)))
|
||||
:config
|
||||
;; REVIEW Remove when raxod502/prescient.el#102 is resolved
|
||||
(add-to-list 'ivy-sort-functions-alist '(ivy-resume))
|
||||
(setq ivy-prescient-sort-commands
|
||||
'(:not swiper swiper-isearch ivy-switch-buffer
|
||||
lsp-ivy-workspace-symbol ivy-resume ivy--restore-session
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue