diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 951662c4..2f5d47fc 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -23,7 +23,13 @@ (use-package ivy :bind (("C-s" . swiper)) :init - (ivy-mode 1) (ivy-rich-mode 1)) + (ivy-mode 1)) + +(use-package ivy-rich + :init (ivy-rich-mode 1)) + +(use-package all-the-icons-ivy-rich + :init (all-the-icons-ivy-rich-mode 1)) (use-package olivetti :custom (olivetti-body-width 82)) @@ -194,7 +200,6 @@ (use-package all-the-icons) (use-package all-the-icons-dired) -(use-package all-the-icons-ivy-rich) (use-package geiser :config