Define needed packages
This commit is contained in:
parent
beea222175
commit
5a5dcfb703
1 changed files with 7 additions and 2 deletions
|
@ -23,7 +23,13 @@
|
||||||
(use-package ivy
|
(use-package ivy
|
||||||
:bind (("C-s" . swiper))
|
:bind (("C-s" . swiper))
|
||||||
:init
|
: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
|
(use-package olivetti
|
||||||
:custom (olivetti-body-width 82))
|
:custom (olivetti-body-width 82))
|
||||||
|
@ -194,7 +200,6 @@
|
||||||
|
|
||||||
(use-package all-the-icons)
|
(use-package all-the-icons)
|
||||||
(use-package all-the-icons-dired)
|
(use-package all-the-icons-dired)
|
||||||
(use-package all-the-icons-ivy-rich)
|
|
||||||
|
|
||||||
(use-package geiser
|
(use-package geiser
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Reference in a new issue