mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 12:48:29 +10:00
Correcting minor error.
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user