mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -382,6 +382,8 @@ results buffer.")
|
|||||||
'(literal regexp initialism fuzzy)
|
'(literal regexp initialism fuzzy)
|
||||||
'(literal regexp initialism)))
|
'(literal regexp initialism)))
|
||||||
:config
|
:config
|
||||||
|
;; REVIEW Remove when raxod502/prescient.el#102 is resolved
|
||||||
|
(add-to-list 'ivy-sort-functions-alist '(ivy-resume))
|
||||||
(setq ivy-prescient-sort-commands
|
(setq ivy-prescient-sort-commands
|
||||||
'(:not swiper swiper-isearch ivy-switch-buffer
|
'(:not swiper swiper-isearch ivy-switch-buffer
|
||||||
lsp-ivy-workspace-symbol ivy-resume ivy--restore-session
|
lsp-ivy-workspace-symbol ivy-resume ivy--restore-session
|
||||||
|
Reference in New Issue
Block a user