From 4de0b64cd7e0465de167569114fb489fcd001ef3 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Wed, 24 Feb 2021 22:44:20 +0100 Subject: Add missing newline after backlink headline --- nroam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nroam.el') diff --git a/nroam.el b/nroam.el index 9ec003a..ff2b992 100644 --- a/nroam.el +++ b/nroam.el @@ -209,7 +209,7 @@ Make the region inserted by BODY read-only, and marked with (defun nroam--insert-backlinks-heading (count) "Insert the heading for the backlinks section with a COUNT." (insert (if (= count 0) - "* No linked reference" + "* No linked reference\n" (format "* %s %s\n" count (nroam--pluralize count "linked reference"))))) -- cgit v1.2.3-54-g00ecf