From db26f02455fadf0330efad887ccb1e7bf68fcec5 Mon Sep 17 00:00:00 2001 From: Konstantinos Tsardounis Date: Fri, 4 Oct 2019 01:48:30 +0200 Subject: [PATCH] space after comma for dashboard-footer Space after comma: "I showed you my source code, pls respond" to "I showed you my source code, pls respond". --- dashboard-widgets.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-widgets.el b/dashboard-widgets.el index f2a98ec7..3e6bd0bd 100644 --- a/dashboard-widgets.el +++ b/dashboard-widgets.el @@ -151,7 +151,7 @@ Example: "Welcome to the church of Emacs" "While any text editor can save your files,\ only Emacs can save your soul" - "I showed you my source code,pls respond" + "I showed you my source code, pls respond" ))) (nth (random (1- (1+ (length list)))) list)) "A footer with some short message.")