Fix missing dir separator in +doom-dashboard-banner-dir
This commit is contained in:
parent
9b5dce1c56
commit
71d3eccec5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue