Updated dashboard items
This commit is contained in:
parent
51f81c20db
commit
0c864324f4
@ -399,8 +399,10 @@ The Emacs dashboard package provides a nice dashboard when first starting up ema
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package dashboard
|
(use-package dashboard
|
||||||
:config
|
:config
|
||||||
(setq initial-buffer-choice
|
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
|
||||||
(lambda () (get-buffer-create "*dashboard*")))
|
dashboard-items '((recents . 5)
|
||||||
|
(projects . 5)
|
||||||
|
(agenda . 5)))
|
||||||
(dashboard-setup-startup-hook))
|
(dashboard-setup-startup-hook))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user