From 71d3eccec5b62e9397cff0c230c41f4699bca424 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 28 Jul 2019 23:29:34 +0200 Subject: [PATCH] Fix missing dir separator in +doom-dashboard-banner-dir --- modules/ui/doom-dashboard/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 486c849df..550b45607 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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)