mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Removing register info from dashboard in Emacs.
This commit is contained in:
@@ -42,8 +42,7 @@
|
|||||||
(setq dashboard-items '((recents . 5)
|
(setq dashboard-items '((recents . 5)
|
||||||
(agenda . 5 )
|
(agenda . 5 )
|
||||||
(bookmarks . 3)
|
(bookmarks . 3)
|
||||||
(projects . 3)
|
(projects . 3)))
|
||||||
(registers . 3)))
|
|
||||||
:custom
|
:custom
|
||||||
(dashboard-modify-heading-icons '((recents . "file-text")
|
(dashboard-modify-heading-icons '((recents . "file-text")
|
||||||
(bookmarks . "book")))
|
(bookmarks . "book")))
|
||||||
|
|||||||
@@ -132,8 +132,7 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
|
|||||||
(setq dashboard-items '((recents . 5)
|
(setq dashboard-items '((recents . 5)
|
||||||
(agenda . 5 )
|
(agenda . 5 )
|
||||||
(bookmarks . 3)
|
(bookmarks . 3)
|
||||||
(projects . 3)
|
(projects . 3)))
|
||||||
(registers . 3)))
|
|
||||||
:custom
|
:custom
|
||||||
(dashboard-modify-heading-icons '((recents . "file-text")
|
(dashboard-modify-heading-icons '((recents . "file-text")
|
||||||
(bookmarks . "book")))
|
(bookmarks . "book")))
|
||||||
|
|||||||
Reference in New Issue
Block a user