Fixed dashboard loading
This commit is contained in:
parent
2c95089534
commit
a98cc117fc
1 changed files with 62 additions and 62 deletions
|
|
@ -391,7 +391,7 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package dashboard
|
(use-package dashboard
|
||||||
:ensure t
|
:ensure t
|
||||||
:after nerd-icons
|
:after (:all nerd-icons org org-agenda org-roam)
|
||||||
:init
|
:init
|
||||||
(setq initial-buffer-choice (lambda () (get-buffer-create dashboard-buffer-name)))
|
(setq initial-buffer-choice (lambda () (get-buffer-create dashboard-buffer-name)))
|
||||||
(setq dashboard-week-agenda t)
|
(setq dashboard-week-agenda t)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue