From 109c9d84b50b08ec488853ae429972bc3203154d Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 21 Jul 2024 20:13:22 +1200 Subject: [PATCH] emacs: change dashboard headings --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f7eed18..fa14858 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -246,6 +246,8 @@ value `italic'." dashboard-vertically-center-content t dashboard-items '((bookmarks . 4) (recents . 4)) + dashboard-item-names '(("Bookmarks:" . "Bookmarks") + ("Recent Files:" . "Recents")) dashboard-footer-messages (list "At its core is an interpreter for Emacs Lisp."