summaryrefslogtreecommitdiffstatshomepage
path: root/nroam.el
diff options
context:
space:
mode:
authorGravatar Nicolas Petton2021-03-01 21:23:25 +0100
committerGravatar Nicolas Petton2021-03-01 21:23:25 +0100
commit4fccc56fff45495397773b65e883c7d5ab7d478f (patch)
tree40de28ff654ee92eff99bc45cad3b35b1a6e4bc3 /nroam.el
parentc51e54957deae21d2517313a3b7321c03525c24f (diff)
downloadnroam-4fccc56fff45495397773b65e883c7d5ab7d478f.tar.gz
nroam-4fccc56fff45495397773b65e883c7d5ab7d478f.zip
Add support for unlinked references
* nroam-unlinked.el: New file. * nroam.el: Setup unlinked references section.
Diffstat (limited to 'nroam.el')
-rw-r--r--nroam.el2
1 files changed, 2 insertions, 0 deletions
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