From 6d0a08b24ed0a2351b6a5af3f26c20648929b289 Mon Sep 17 00:00:00 2001 From: jenchieh Date: Thu, 6 Jun 2019 22:40:01 +0800 Subject: [PATCH] Add newline at the end of insert footer. --- dashboard-widgets.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard-widgets.el b/dashboard-widgets.el index 2bf9b38a..2ee365cf 100644 --- a/dashboard-widgets.el +++ b/dashboard-widgets.el @@ -497,7 +497,8 @@ WIDGET-PARAMS are passed to the \"widget-create\" function." (dashboard-center-line dashboard-footer) (insert dashboard-footer-icon) (insert " ") - (insert (propertize dashboard-footer 'face 'dashboard-footer)))) + (insert (propertize dashboard-footer 'face 'dashboard-footer)) + (insert "\n"))) ;; ;; Recentf