From 7577eaef7951b19a6f7ec378cd5e50931e50f126 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:41:18 +0400 Subject: [PATCH] attempt dashboard fix #1 --- config/emacs/emacs.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index ad12dd07..5ed4c866 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -588,8 +588,8 @@ kept-old-versions 5) ** Dashboard #+begin_src emacs-lisp (use-package dashboard - :config - (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) + :init + (setq initial-buffer-choice (lambda () (get-buffer-create dashboard-buffer-name))) ;; Set the title (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) (projects . 3) (agenda . 3))) - + :config (dashboard-setup-startup-hook)) #+end_src * Auth