Don't sort counsel-imenu
This commit is contained in:
parent
24c65b1a22
commit
bf60a2a7c6
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
||||||
;; Persist `counsel-compile' history
|
;; Persist `counsel-compile' history
|
||||||
(add-to-list 'savehist-additional-variables 'counsel-compile-history))
|
(add-to-list 'savehist-additional-variables 'counsel-compile-history))
|
||||||
|
|
||||||
|
;; `counsel-imenu' -- no sorting for imenu. Sort it by appearance in page.
|
||||||
|
(add-to-list 'ivy-sort-functions-alist '(counsel-imenu))
|
||||||
|
|
||||||
;; `counsel-locate'
|
;; `counsel-locate'
|
||||||
(when IS-MAC
|
(when IS-MAC
|
||||||
;; Use spotlight on mac by default since it doesn't need any additional setup
|
;; Use spotlight on mac by default since it doesn't need any additional setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue