aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-28 11:04:52 -0400
committerCraig Jennings <c@cjennings.net>2026-06-28 11:04:52 -0400
commit16ad2dde87be8d119c85dcb1a70856000603a189 (patch)
treec77eb4758f8a7cff2917b5338ccf62ff269793d7 /modules/dashboard-config.el
parent1390ce7831017923637183fb82b02dd0f845cd71 (diff)
downloaddotemacs-16ad2dde87be8d119c85dcb1a70856000603a189.tar.gz
dotemacs-16ad2dde87be8d119c85dcb1a70856000603a189.zip
fix(dashboard): drop per-item list icons so bookmarks render uniformly
URL bookmarks have no filename, so dashboard's filename-based per-item icon left them bare next to file bookmarks. Rather than special-case a URL glyph, I dropped per-item icons from the recents, bookmarks, and projects lists (dashboard-set-file-icons nil). The section-heading icons and the launcher row keep theirs.
Diffstat (limited to 'modules/dashboard-config.el')
-rw-r--r--modules/dashboard-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el
index 17a0e2c4a..daa75fe99 100644
--- a/modules/dashboard-config.el
+++ b/modules/dashboard-config.el
@@ -272,7 +272,7 @@ system-defaults) are preserved rather than overwritten."
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))) ;; don't display dashboard if opening a file
(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-file-icons nil) ;; no per-item icons on the list entries: URL bookmarks have no filename, so they'd render iconless next to file items -- dropping them all keeps the lists uniform
(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