attempt dashboard fix #1

This commit is contained in:
Sakooooo 2024-07-29 03:41:18 +04:00
parent 13b0013ee0
commit 7577eaef79
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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