diff options
author | ThanosApollo <[email protected]> | 2022-11-26 22:59:21 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-26 22:59:21 +0200 |
commit | d3a53b764864e6d587487f28692e4124e87f5e10 (patch) | |
tree | 07dc50515894e07a11dfd5c722ab6a4f0630378d /.emacs.d | |
parent | dddd23361aacceaa502505dcd9688decf7cd505e (diff) |
Update dashboard banner path
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e9ead7f..ffc5ba3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -85,7 +85,7 @@ (setq dashboard-item-names '(("Recent Files:" . "Recent Files:") ("Bookmarks:" . "Study:"))) ;; Set the banner -(setq dashboard-startup-banner "~/Pictures/medicine/plague-doctor-s.png") +(setq dashboard-startup-banner "~/dotfiles/medicine/plague-doctor-s.png") ;; Set the title (setq dashboard-banner-logo-title "Is that a flying flower?") ;; (setq dashboard-init-info "Bring me your sick and wounded!") |