completion/ivy: load counsel earlier
This commit is contained in:
parent
9f1936ae3a
commit
9c548a60e3
1 changed files with 6 additions and 0 deletions
|
@ -56,6 +56,12 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
;; Ignore order for non-fuzzy searches by default
|
;; Ignore order for non-fuzzy searches by default
|
||||||
(t . ivy--regex-ignore-order)))
|
(t . ivy--regex-ignore-order)))
|
||||||
:config
|
:config
|
||||||
|
;; Counsel has a history of modifying ivy's variables in a way that is very
|
||||||
|
;; difficult to predict. This makes changing its defaults (without changing
|
||||||
|
;; any possible user customizations of those defaults) very difficult. It's
|
||||||
|
;; easiest to load counsel immediately.
|
||||||
|
(require 'counsel nil t)
|
||||||
|
|
||||||
(setq ivy-height 15
|
(setq ivy-height 15
|
||||||
ivy-wrap t
|
ivy-wrap t
|
||||||
ivy-fixed-height-minibuffer t
|
ivy-fixed-height-minibuffer t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue