Emacs: Remove pin on all-the-icons-ivy-rich.

This commit is contained in:
tastytea 2020-03-10 12:10:17 +01:00
parent 3a625278a8
commit 45952cbb95

View File

@ -1,6 +1,6 @@
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*- ;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-20T18:49:40+0100> ;; Time-stamp: <2020-03-10T12:08:24+0100>
;;; Commentary: ;;; Commentary:
;; * treemacs ;; * treemacs
@ -86,7 +86,6 @@
;; Use icons in ivy-rich. ;; Use icons in ivy-rich.
(use-package all-the-icons-ivy-rich (use-package all-the-icons-ivy-rich
:pin melpa ; We need > 1.0.0.
:after (all-the-icons ivy-rich) :after (all-the-icons ivy-rich)
:config (all-the-icons-ivy-rich-mode 1) :config (all-the-icons-ivy-rich-mode 1)
) )