Emacs: Remove all-the-icons-ivy.
This commit is contained in:
parent
71ea5c5796
commit
84dc01f9e4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user