Removing register info from dashboard in Emacs.

This commit is contained in:
Derek Taylor
2024-09-23 12:10:03 -05:00
parent ad6476a441
commit 91450103d9
2 changed files with 2 additions and 4 deletions

View File

@@ -42,8 +42,7 @@
(setq dashboard-items '((recents . 5)
(agenda . 5 )
(bookmarks . 3)
(projects . 3)
(registers . 3)))
(projects . 3)))
:custom
(dashboard-modify-heading-icons '((recents . "file-text")
(bookmarks . "book")))

View File

@@ -132,8 +132,7 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
(setq dashboard-items '((recents . 5)
(agenda . 5 )
(bookmarks . 3)
(projects . 3)
(registers . 3)))
(projects . 3)))
:custom
(dashboard-modify-heading-icons '((recents . "file-text")
(bookmarks . "book")))