Fix dashboard config
Instead of overriding the dashboard-items list, add new items to it.
This commit is contained in:
parent
3984e84b48
commit
d00e4a0cec
4
init.el
4
init.el
@ -992,9 +992,7 @@
|
|||||||
:after
|
:after
|
||||||
projectile
|
projectile
|
||||||
:config
|
:config
|
||||||
(setq dashboard-items '((recents . 5)
|
(add-to-list 'dashboard-items '(projects . 5) t)
|
||||||
(bookmarks . 5)
|
|
||||||
(projects . 5)))
|
|
||||||
(dashboard-setup-startup-hook))
|
(dashboard-setup-startup-hook))
|
||||||
|
|
||||||
(use-package csharp-mode
|
(use-package csharp-mode
|
||||||
|
Loading…
Reference in New Issue
Block a user