fix: nerd-icons-material => nerd-icons-mdicon

Fix: #7422
Amend: #7411
This commit is contained in:
Ellis Kenyő 2023-09-14 13:58:01 +01:00 committed by GitHub
parent cd2477e79c
commit e97b05c07c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@
"Create a header link according to SPEC."
(let ((icon (and (plist-get spec :icon)
(funcall (or (plist-get spec :icon-function)
#'nerd-icons-material)
#'nerd-icons-mdicon)
(plist-get spec :icon))))
(label (pcase (plist-get spec :label)
((and (pred functionp) lab)