mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Commenting out unneeded part about Dashboard on new windows; needed this when experimenting with Emacs as a run launcher.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user