From 570488ecfb703fa00b5d45e541f17657114b8b03 Mon Sep 17 00:00:00 2001 From: bh Date: Wed, 17 Dec 2025 15:01:28 +0800 Subject: Tweaked file structure. Configured eshell more --- config/dashboard.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/dashboard.el') diff --git a/config/dashboard.el b/config/dashboard.el index a9c07b5..820a476 100644 --- a/config/dashboard.el +++ b/config/dashboard.el @@ -3,7 +3,7 @@ (use-package dashboard :config ;; Use text banner from file - (setq dashboard-startup-banner (expand-file-name "config/banner.txt" user-emacs-directory)) + (setq dashboard-startup-banner (expand-file-name "config/text/banner.txt" user-emacs-directory)) (setq dashboard-banner-logo-title "In the Beginning was the Word, and the Word was with EMACS,\nand the Word was EMACS...") ;; Customize the text banner face to make icon HUGE -- cgit v1.2.3