completion/ivy: persist counsel-compile-history
This commit is contained in:
parent
d5e6c8813e
commit
1826421cba
1 changed files with 4 additions and 0 deletions
|
@ -238,6 +238,10 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
|
|||
:config
|
||||
(set-popup-rule! "^\\*ivy-occur" :size 0.35 :ttl 0 :quit nil)
|
||||
|
||||
(after! savehist
|
||||
;; Persist `counsel-compile' history
|
||||
(add-to-list 'savehist-additional-variables 'counsel-compile-history))
|
||||
|
||||
(when IS-MAC
|
||||
(setq counsel-locate-cmd #'counsel-locate-cmd-mdfind))
|
||||
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue