Define needed packages

This commit is contained in:
Marcus Kammer 2021-05-10 20:05:37 +02:00
parent beea222175
commit 5a5dcfb703

View file

@ -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