diff options
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 |
