please work now
This commit is contained in:
parent
5e251ae105
commit
d2c24808bb
1 changed files with 5 additions and 5 deletions
|
@ -117,11 +117,11 @@
|
|||
:custom ((doom-modeline-height 35)))
|
||||
|
||||
;; all the icons
|
||||
(when (display-graphic-p)
|
||||
(require 'all-the-icons))
|
||||
;; or
|
||||
(use-package all-the-icons
|
||||
:if (display-graphic-p))
|
||||
(require 'font-lock)
|
||||
(require 'font-lock+)
|
||||
(use-package all-the-icons)
|
||||
(use-package all-the-icons-dired
|
||||
:hook (dired-mode . all-the-icons-dired-mode))
|
||||
|
||||
;; continue configuring from here
|
||||
;; https://youtu.be/74zOY-vgkyw?t=3125
|
||||
|
|
Loading…
Reference in a new issue