Fix missing dir separator in +doom-dashboard-banner-dir

This commit is contained in:
Henrik Lissner
2019-07-28 23:29:34 +02:00
parent 9b5dce1c56
commit 71d3eccec5

View File

@ -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)