Fine tune dashboard.el configuration
This commit is contained in:
parent
8ff7ed0c20
commit
49ec8abded
@ -2147,7 +2147,18 @@ Toggle other windows for maximum focus. When focus is no longer needed, they ca
|
|||||||
projectile
|
projectile
|
||||||
:config
|
:config
|
||||||
(add-to-list 'dashboard-items '(projects . 5) t)
|
(add-to-list 'dashboard-items '(projects . 5) t)
|
||||||
(dashboard-setup-startup-hook))
|
(dashboard-setup-startup-hook)
|
||||||
|
(dashboard-modify-heading-icons '((recents . "file-text")
|
||||||
|
(bookmarks . "book")))
|
||||||
|
:custom
|
||||||
|
(dashboard-set-heading-icons t)
|
||||||
|
(dashboard-set-file-icons t)
|
||||||
|
(dashboard-center-content t)
|
||||||
|
(dashboard-set-navigator t)
|
||||||
|
(dashboard-items '((agenda . 5)
|
||||||
|
(projects . 5)
|
||||||
|
(recents . 5)
|
||||||
|
(bookmarks . 5))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Hungarian holidays in the Calendar
|
** Hungarian holidays in the Calendar
|
||||||
|
Loading…
Reference in New Issue
Block a user