From b317910b6e71c1712cb117d93cf14a4fbf1f877c Mon Sep 17 00:00:00 2001 From: daanturo Date: Mon, 12 Apr 2021 18:29:24 +0700 Subject: [PATCH] Add counsel-outline to ivy-prescient-sort-commands --- modules/completion/ivy/config.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 25489720f..86a66a308 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -387,9 +387,9 @@ results buffer.") (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-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) ivy-prescient-retain-classic-highlighting t) (defun +ivy-prescient-non-fuzzy (str) (let ((prescient-filter-method '(literal regexp)))