From a754a734514312ee97665ec9bf603ff83cf40ac6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 23 May 2025 15:06:13 -0500 Subject: disable initial buffer it's more important to be able to call emacs with a parameter than have a nice dashboard --- modules/dashboard-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/dashboard-config.el b/modules/dashboard-config.el index c55955a8..aa6ea286 100644 --- a/modules/dashboard-config.el +++ b/modules/dashboard-config.el @@ -86,7 +86,7 @@ ;; == general (dashboard-setup-startup-hook) ;; run dashboard post emacs init - (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) ;; display dashboard on startup + ;; (setq initial-buffer-choice (lambda () (get-buffer "*dashboard*"))) ;; display dashboard on startup (setq dashboard-display-icons-p t) ;; display icons on both GUI and terminal (setq dashboard-icon-type 'nerd-icons) ;; use `nerd-icons' package (setq dashboard-center-content t) ;; horizontally center dashboard content -- cgit v1.2.3