summaryrefslogtreecommitdiffstatshomepage
path: root/nroam.el
diff options
context:
space:
mode:
authorGravatar Damien Pollet2021-03-14 17:48:20 +0100
committerGravatar Damien Pollet2021-03-14 17:48:20 +0100
commit6b5fd99e2e3cc40e564e76ed568807d87221e745 (patch)
tree74f89504148f8229641a51076f86d112fcf5e1e0 /nroam.el
parent7ae549a22225eb1dd099cd63726dc164109c92d7 (diff)
downloadnroam-6b5fd99e2e3cc40e564e76ed568807d87221e745.tar.gz
nroam-6b5fd99e2e3cc40e564e76ed568807d87221e745.zip
Organize backlinks under single heading
Diffstat (limited to 'nroam.el')
-rw-r--r--nroam.el1
1 files changed, 1 insertions, 0 deletions
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))))