diff options
| author | bard <[email protected]> | 2023-10-05 17:51:47 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2023-10-05 17:51:47 -0400 |
| commit | 58fd4bcae9063cdf3d4f00705b87383e85610d7d (patch) | |
| tree | 035db140e8acb30f1125704046590230360be383 /packages.el | |
| parent | 149d613477c11aa180723a32e71c5e87a694c6ec (diff) | |
fixed dashboard img path
Diffstat (limited to 'packages.el')
| -rw-r--r-- | packages.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.el b/packages.el index 6d92575..bee3f43 100644 --- a/packages.el +++ b/packages.el @@ -117,7 +117,7 @@ :ensure t :config (dashboard-setup-startup-hook) - (setq dashboard-startup-banner "~/.emacs.d/catwithscarf.jpg") + (setq dashboard-startup-banner "~/.emacs.d/img/catwithscarf.jpg") (setq dashboard-banner-logo-width 50) (setq dashboard-banner-logo-height 50) (setq dashboard-center-content t) |
