From 6b5fd99e2e3cc40e564e76ed568807d87221e745 Mon Sep 17 00:00:00 2001 From: Damien Pollet Date: Sun, 14 Mar 2021 17:48:20 +0100 Subject: Organize backlinks under single heading --- nroam.el | 1 + 1 file changed, 1 insertion(+) (limited to 'nroam.el') diff --git a/nroam.el b/nroam.el index b5bb4ab..26ab3be 100644 --- a/nroam.el +++ b/nroam.el @@ -186,6 +186,7 @@ Make the region inserted by BODY read-only, and marked with (unless (bobp) (nroam--ensure-empty-line)) (with-nroam-markers + (nroam--insert-heading 1 "Backlinks" "noexport") (nroam--do-separated-by-newlines #'funcall nroam-sections)) (nroam--set-sections-visibility)))) -- cgit v1.2.3-54-g00ecf