Move all-the-icons to core-ui

This commit is contained in:
Henrik Lissner 2017-06-09 00:19:44 +02:00
parent c7254e7bdc
commit 58b77716c9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 17 additions and 26 deletions

View file

@ -45,15 +45,6 @@
(goto-char (previous-button (point))))))
(if (display-graphic-p)
(require 'all-the-icons)
(defalias 'all-the-icons-octicon #'ignore)
(defalias 'all-the-icons-faicon #'ignore)
(defalias 'all-the-icons-fileicon #'ignore)
(defalias 'all-the-icons-wicon #'ignore)
(defalias 'all-the-icons-alltheicon #'ignore))
;;
(setq doom-fallback-buffer +doom-dashboard-name)

View file

@ -1,4 +0,0 @@
;; -*- no-byte-compile: t; -*-
;;; ui/doom-dashboard/packages.el
(package! all-the-icons)