From 5a5dcfb703ce261fe5737bccbd5ccccfebd2231d Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 10 May 2021 20:05:37 +0200 Subject: [PATCH] Define needed packages --- bundle/bundle--package.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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