From bb207450ce769de3a84515c025a4230c8fdb1cb3 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 27 May 2022 12:14:40 -0500 Subject: [PATCH] Correcting minor error. --- .config/doom/config.el | 2 +- .config/doom/config.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 2ab3bbe..4f7b404 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 138d585..04110ef 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -276,7 +276,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