diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 8bf814e..44b82a6 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -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) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 2444841..83b3820 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -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