diff --git a/.config/doom/config.el b/.config/doom/config.el index c8f62ce..6f8c0e3 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -124,7 +124,7 @@ List of keybindings (SPC h b b)") (dashboard-modify-heading-icons '((recents . "file-text") (bookmarks . "book")))) -(setq doom-fallback-buffer "*dashboard*") +(setq doom-fallback-buffer-name "*dashboard*") (map! :leader (:prefix ("d" . "dired") diff --git a/.config/doom/config.org b/.config/doom/config.org index 93528a9..25821e0 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -275,7 +275,7 @@ List of keybindings (SPC h b b)") ** Dashboard in Emacsclient This setting ensures that emacsclient always opens on *dashboard* rather than *scratch*. #+begin_src emacs-lisp -(setq doom-fallback-buffer "*dashboard*") +(setq doom-fallback-buffer-name "*dashboard*") #+end_src * DIRED