Clean the dashboard by removing all items
This commit is contained in:
parent
a8f9f87967
commit
1e2f016c5f
1 changed files with 3 additions and 2 deletions
|
@ -143,9 +143,10 @@ The [[https://github.com/emacs-dashboard/emacs-dashboard][emacs-dashboard]] proj
|
||||||
dashboard-center-content t
|
dashboard-center-content t
|
||||||
dashboard-set-init-info t
|
dashboard-set-init-info t
|
||||||
dashboard-projects-switch-function 'projectile-persp-switch-project
|
dashboard-projects-switch-function 'projectile-persp-switch-project
|
||||||
dashboard-items '((projects . 5)
|
dashboard-items '(;; (projects . 5)
|
||||||
;; (agenda . 5)
|
;; (agenda . 5)
|
||||||
(bookmarks . 5))
|
;; (bookmarks . 5)
|
||||||
|
)
|
||||||
dashboard-set-heading-icons t
|
dashboard-set-heading-icons t
|
||||||
dashboard-footer-messages (list (ha--dad-joke)))
|
dashboard-footer-messages (list (ha--dad-joke)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue