aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-25 15:30:53 -0400
committerCraig Jennings <c@cjennings.net>2026-06-25 15:30:53 -0400
commit2bdd247a23d74708ad6fec0f7ac94c6dda8c4545 (patch)
treef4777084ec40720153729565849daac60cfa5406 /modules/dashboard-config.el
parent70ad63402e56228a6f118f7b4134a7143865cb7b (diff)
downloaddotemacs-2bdd247a23d74708ad6fec0f7ac94c6dda8c4545.tar.gz
dotemacs-2bdd247a23d74708ad6fec0f7ac94c6dda8c4545.zip
feat(dashboard): enable nerd-icons on the section headings
dashboard-set-heading-icons t adds icons to Projects/Bookmarks/Recent titles, the last open piece of the dashboard-theming fix (file icons and the font-lock fix already landed). Renders colored now that the dashboard is out of global font-lock.
Diffstat (limited to 'modules/dashboard-config.el')
-rw-r--r--modules/dashboard-config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el
index ae8ceaeea..96aaaf6a1 100644
--- a/modules/dashboard-config.el
+++ b/modules/dashboard-config.el
@@ -273,6 +273,7 @@ system-defaults) are preserved rather than overwritten."
(setq dashboard-display-icons-p t) ;; display icons on both GUI and terminal
(setq dashboard-icon-type 'nerd-icons) ;; use `nerd-icons' package
(setq dashboard-set-file-icons t) ;; per-filetype icons on the list items (nerd-icons colors them by type)
+ (setq dashboard-set-heading-icons t) ;; nerd-icons on the section titles (Projects/Bookmarks/Recent)
(setq dashboard-center-content t) ;; horizontally center dashboard content
(setq dashboard-bookmarks-show-path nil) ;; don't show paths in bookmarks
(setq dashboard-recentf-show-base t) ;; show filename, not full path