Consider dired-mode buffers real
This commit is contained in:
parent
22f4404210
commit
8b19e35ef6
2 changed files with 8 additions and 3 deletions
|
@ -150,8 +150,7 @@ project (which may be different across perspective)."
|
|||
|
||||
(defun +doom-dashboard-initial-buffer ()
|
||||
"Returns buffer to display on startup. Designed for `initial-buffer-choice'."
|
||||
(if (or (doom-real-buffer-p)
|
||||
(derived-mode-p 'dired-mode))
|
||||
(if (doom-real-buffer-p)
|
||||
(current-buffer)
|
||||
(doom-fallback-buffer)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue