From 53c03eb488c4104dcd0fd5f62b5a59e7cabfa6c7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Sep 2020 10:34:50 +0200 Subject: [PATCH] Add missing closing paranthesis Sorry for that. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index a314f9e..3254b0a 100644 --- a/init.el +++ b/init.el @@ -640,7 +640,7 @@ "Suggested-by" "Reported-by" "Tested-by" - "Reviewed-by")) + "Reviewed-by"))) (use-package magit :commands (magit-status)