Fix variable name typo in doom config

This commit is contained in:
externalxdpro
2022-04-30 08:49:52 -04:00
parent 42310ff11d
commit ea321135fd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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