please work now

This commit is contained in:
Sakooooo 2023-09-05 13:54:55 +00:00
parent 5e251ae105
commit d2c24808bb
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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