This commit is contained in:
Sakooooo 2024-07-27 17:28:38 +04:00
parent f2e5ab4006
commit 7a4db7ae4f
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -538,7 +538,7 @@ kept-old-versions 5)
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package dashboard (use-package dashboard
:config :config
(setq initial-buffer-choice (lambda () (get-buffer-create dashboard-buffer-name))) (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
;; 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")