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)))
|
:custom ((doom-modeline-height 35)))
|
||||||
|
|
||||||
;; all the icons
|
;; all the icons
|
||||||
(when (display-graphic-p)
|
(require 'font-lock)
|
||||||
(require 'all-the-icons))
|
(require 'font-lock+)
|
||||||
;; or
|
(use-package all-the-icons)
|
||||||
(use-package all-the-icons
|
(use-package all-the-icons-dired
|
||||||
:if (display-graphic-p))
|
:hook (dired-mode . all-the-icons-dired-mode))
|
||||||
|
|
||||||
;; continue configuring from here
|
;; continue configuring from here
|
||||||
;; https://youtu.be/74zOY-vgkyw?t=3125
|
;; https://youtu.be/74zOY-vgkyw?t=3125
|
||||||
|
|
Loading…
Reference in a new issue