Merge branch 'tomdomenge4-master-patch-17205' into 'master'

Correct opening bug with doom

See merge request dwt1/dotfiles!28
This commit is contained in:
Derek Taylor 2021-04-27 15:33:42 +00:00
commit 8dba670011
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,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