Correct opening bug with doom

Use doom fallback-buffer otherwise doom might start on scratch buffer while opening a file from shell
This commit is contained in:
anastygnome
2021-04-23 11:49:35 +00:00
parent b507f437c9
commit 40c6c4f7d0

View File

@@ -108,7 +108,7 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
** Dashboard in Emacsclient
This setting ensures that emacsclient always opens on *dashboard* rather than *scratch*.
#+begin_src emacs-lisp
(setq initial-buffer-choice (lambda () (get-buffer "*dashboard*")))
(setq doom-fallback-buffer "*dashboard*")
#+end_src
* DIRED