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