mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix missing dir separator in +doom-dashboard-banner-dir
This commit is contained in:
@ -16,7 +16,7 @@ while they run.")
|
||||
"The path to the image file to be used in on the dashboard. The path is
|
||||
relative to `+doom-dashboard-banner-dir'. If nil, always use the ASCII banner.")
|
||||
|
||||
(defvar +doom-dashboard-banner-dir (concat (dir!) "banners/")
|
||||
(defvar +doom-dashboard-banner-dir (concat (dir!) "/banners/")
|
||||
"Where to look for `+doom-dashboard-banner-file'.")
|
||||
|
||||
(defvar +doom-dashboard-banner-padding '(4 . 4)
|
||||
|
Reference in New Issue
Block a user