Merge pull request #4633 from daanturo/enable-ivy-rich-cache
Enable `ivy-rich-project-root-cache-mode`.
This commit is contained in:
commit
1aad52c334
1 changed files with 2 additions and 1 deletions
|
@ -153,7 +153,8 @@ results buffer.")
|
|||
(switch-buffer-alist (assq 'ivy-rich-candidate (plist-get plist :columns))))
|
||||
(setcar switch-buffer-alist '+ivy-rich-buffer-name))
|
||||
|
||||
(ivy-rich-mode +1))
|
||||
(ivy-rich-mode +1)
|
||||
(ivy-rich-project-root-cache-mode +1))
|
||||
|
||||
|
||||
(use-package! all-the-icons-ivy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue