Commenting out unneeded part about Dashboard on new windows; needed this when experimenting with Emacs as a run launcher.

This commit is contained in:
Derek Taylor
2026-03-15 13:29:18 -05:00
parent 7084ba9241
commit 67b382a1ac
2 changed files with 8 additions and 8 deletions

View File

@@ -53,10 +53,10 @@
;; IMPORTANT: This allows us to use our custom Emacs launchers
;; without getting the annoying second window created.
(setq display-buffer-alist
'(("^Dashboard$" ;; Only target the Dashboard buffer specifically
(display-buffer-no-window)
(allow-no-window . t))))
;; (setq display-buffer-alist
;; '(("^Dashboard$" ;; Only target the Dashboard buffer specifically
;; (display-buffer-no-window)
;; (allow-no-window . t))))
(use-package diminish)

View File

@@ -146,10 +146,10 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
;; IMPORTANT: This allows us to use our custom Emacs launchers
;; without getting the annoying second window created.
(setq display-buffer-alist
'(("^Dashboard$" ;; Only target the Dashboard buffer specifically
(display-buffer-no-window)
(allow-no-window . t))))
;; (setq display-buffer-alist
;; '(("^Dashboard$" ;; Only target the Dashboard buffer specifically
;; (display-buffer-no-window)
;; (allow-no-window . t))))
#+end_src