Skip to content

Commit

Permalink
Merge pull request doomemacs#5098 from daanturo/prescient-dont-sort-c…
Browse files Browse the repository at this point in the history
…ounsel-org-goto

Add :not counsel-org-goto to ivy-prescient-sort-commands
  • Loading branch information
hlissner authored May 26, 2021
2 parents d99a102 + 18a149b commit 67425f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/completion/ivy/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 67425f0

Please sign in to comment.