mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Add :not counsel-org-goto to ivy-prescient-sort-commands
This commit is contained in:
@@ -388,11 +388,11 @@ results buffer.")
|
||||
;; 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
|
||||
counsel-grep counsel-git-grep counsel-rg counsel-ag counsel-ack
|
||||
counsel-fzf counsel-pt counsel-imenu counsel-yank-pop counsel-recentf
|
||||
counsel-buffer-or-recentf counsel-outline counsel-jq)
|
||||
'(:not swiper swiper-isearch ivy-switch-buffer lsp-ivy-workspace-symbol
|
||||
ivy-resume ivy--restore-session counsel-grep counsel-git-grep
|
||||
counsel-rg counsel-ag counsel-ack counsel-fzf counsel-pt counsel-imenu
|
||||
counsel-yank-pop counsel-recentf counsel-buffer-or-recentf
|
||||
counsel-outline counsel-org-goto counsel-jq)
|
||||
ivy-prescient-retain-classic-highlighting t)
|
||||
(defun +ivy-prescient-non-fuzzy (str)
|
||||
(let ((prescient-filter-method '(literal regexp)))
|
||||
|
Reference in New Issue
Block a user