Adjust dashboard format
This commit is contained in:
parent
5dfc387e17
commit
044d8a848b
9
init.el
9
init.el
|
@ -94,9 +94,6 @@
|
|||
:if (package-installed-p 'dashboard)
|
||||
:functions (dashboard-setup-startup-hook)
|
||||
:custom
|
||||
(dashboard-banner-logo-title nil)
|
||||
(dashboard-banner-ascii "EMACS")
|
||||
(dashboard-startup-banner (locate-user-emacs-file "banners/ansi_shadow.txt"))
|
||||
(dashboard-center-content t)
|
||||
(dashboard-vertical-center-content t)
|
||||
(dashboard-show-shortcuts t)
|
||||
|
@ -107,9 +104,9 @@
|
|||
(dashboard-projects-backend 'project-el)
|
||||
(dashboard-week-agenda t)
|
||||
(dashboard-agenda-sort-strategy '(todo-state-up time-up))
|
||||
(dashboard-items '((agenda . 5)
|
||||
(recents . 5)
|
||||
(bookmarks . 5)))
|
||||
(dashboard-agenda-tags-format 'ignore)
|
||||
(dashboard-items '((agenda . 20)
|
||||
(projects . 20)))
|
||||
(dashboard-heading-icons '((recents . "nf-oct-history")
|
||||
(bookmarks . "nf-oct-bookmark")
|
||||
(agenda . "nf-oct-calendar")
|
||||
|
|
Loading…
Reference in a new issue