From 4fccc56fff45495397773b65e883c7d5ab7d478f Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Mon, 1 Mar 2021 21:23:25 +0100 Subject: Add support for unlinked references * nroam-unlinked.el: New file. * nroam.el: Setup unlinked references section. --- nroam.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nroam.el') diff --git a/nroam.el b/nroam.el index bd96fd8..46bd5bf 100644 --- a/nroam.el +++ b/nroam.el @@ -42,6 +42,7 @@ (require 'nroam-utils) (require 'nroam-backlinks) +(require 'nroam-unlinked) (defcustom nroam-sections nil "List of functions to be called to insert sections in nroam buffers." @@ -200,6 +201,7 @@ Make the region inserted by BODY read-only, and marked with (goto-char point)))) (nroam-backlinks-register-section) +(nroam-unlinked-register-section) (provide 'nroam) ;;; nroam.el ends here -- cgit v1.2.3-54-g00ecf