Emacs: Remove all-the-icons-ivy.

This commit is contained in:
tastytea 2020-05-30 19:39:20 +02:00
parent 71ea5c5796
commit 84dc01f9e4
1 changed files with 2 additions and 9 deletions

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-27T04:47:33+0200>
;; Time-stamp: <2020-05-30T19:34:23+0200>
;;; Commentary:
;; * treemacs
@ -64,17 +64,10 @@
:bind (("C-x C-f" . counsel-find-file)
("M-x" . counsel-M-x)))
;; Use icons in ivy.
(use-package all-the-icons-ivy
:demand t
:after (all-the-icons counsel)
:config (all-the-icons-ivy-setup))
;; More information in ivy mini-buffers.
(use-package ivy-rich
:demand t
;; all-the-icons-ivy would override the ivy-rich switch-buffer improvements.
:after (all-the-icons-ivy counsel)
:after (counsel)
:config (ivy-rich-mode 1))
;; Use icons in ivy-rich.