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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

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 "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.") 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'.") "Where to look for `+doom-dashboard-banner-file'.")
(defvar +doom-dashboard-banner-padding '(4 . 4) (defvar +doom-dashboard-banner-padding '(4 . 4)