diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-30 13:34:50 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-30 13:34:50 +0530 |
commit | a6940df97ce2c2a60b866ad961a116a193977588 (patch) | |
tree | 66c36a1ec8e2c0987743fa3bf781f4c16369c1b9 /.doom.d | |
parent | d2f61a21d1e698e3069a20040e5d3c9b73b55824 (diff) |
changed emacs splash image path
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el index ff6a149..8edc826 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -33,7 +33,7 @@ ;; dashboard config ; anime splash image -(setq fancy-splash-image "/hdd/Pictures/.emacs-header.png") +(setq fancy-splash-image "/home/zt/hdd/Pictures/.emacs-header.png") ; dashboard footer (add-hook! '+doom-dashboard-functions :prepend |