aboutsummaryrefslogtreecommitdiff
path: root/tests/test-dashboard-config-recentf-exclude.el
Commit message (Collapse)AuthorAgeFilesLines
* fix(dashboard): add EMMS exclusion to recentf-exclude without clobbering itCraig Jennings40 hours1-0/+33
dashboard-config used setq on recentf-exclude, discarding the five exclusions system-defaults adds earlier in init order (bookmarks, elpa, recentf, ElfeedDB, airootfs). Extract the EMMS exclusion into cj/--dashboard-exclude-emms-from-recentf (the :config side-effect was not reachable for a test) and use add-to-list so prior entries survive. Two ERT tests cover preservation and the added pattern.