this could work
This commit is contained in:
parent
7577eaef79
commit
4544e4802f
|
@ -589,8 +589,7 @@ kept-old-versions 5)
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package dashboard
|
(use-package dashboard
|
||||||
:init
|
:init
|
||||||
(setq initial-buffer-choice (lambda () (get-buffer-create dashboard-buffer-name)))
|
(setq initial-buffer-choice 'dashboard-open)
|
||||||
|
|
||||||
;; 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")
|
||||||
(setq dashboard-image-banner-max-height 200)
|
(setq dashboard-image-banner-max-height 200)
|
||||||
|
|
Loading…
Reference in a new issue