Remove ivy rich because its slow

This commit is contained in:
Marcus Kammer 2021-05-11 22:13:29 +02:00
parent 44c2c45e3c
commit 3f04ab6a9d

View file

@ -25,12 +25,6 @@
:init
(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))
@ -109,6 +103,8 @@
:config (setq inferior-lisp-program (executable-find "sbcl")))
(use-package org
:init
(add-hook 'after-save-hook (lambda ()(if (y-or-n-p "Tangle?")(org-babel-tangle))) nil t)
:config
(setq org-babel-lob-ingest "~/Documents/journal/library-of-babel.org")