attempt dashboard fix #1
This commit is contained in:
parent
13b0013ee0
commit
7577eaef79
1 changed files with 3 additions and 3 deletions
|
@ -588,8 +588,8 @@ kept-old-versions 5)
|
||||||
** Dashboard
|
** Dashboard
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package dashboard
|
(use-package dashboard
|
||||||
:config
|
:init
|
||||||
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
|
(setq initial-buffer-choice (lambda () (get-buffer-create dashboard-buffer-name)))
|
||||||
|
|
||||||
;; Set the title
|
;; Set the title
|
||||||
(setq dashboard-banner-logo-title "GET ME OUT GET ME OUT GET ME OUT")
|
(setq dashboard-banner-logo-title "GET ME OUT GET ME OUT GET ME OUT")
|
||||||
|
@ -608,7 +608,7 @@ kept-old-versions 5)
|
||||||
(setq dashboard-items '((recents . 3)
|
(setq dashboard-items '((recents . 3)
|
||||||
(projects . 3)
|
(projects . 3)
|
||||||
(agenda . 3)))
|
(agenda . 3)))
|
||||||
|
:config
|
||||||
(dashboard-setup-startup-hook))
|
(dashboard-setup-startup-hook))
|
||||||
#+end_src
|
#+end_src
|
||||||
* Auth
|
* Auth
|
||||||
|
|
Loading…
Reference in a new issue