diff options
| author | bh <qn+git@excalibur.computer> | 2025-12-17 15:01:28 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-12-17 15:01:28 +0800 |
| commit | 570488ecfb703fa00b5d45e541f17657114b8b03 (patch) | |
| tree | a1ac6e2d327aea28d74beed209b260918c5196f9 /config/dashboard.el | |
| parent | d2c743ab21050edd18ecd58fbf1bb32d5466fedc (diff) | |
Tweaked file structure. Configured eshell more
Diffstat (limited to 'config/dashboard.el')
| -rw-r--r-- | config/dashboard.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
