branch: externals/denote
commit daf823850d8bd21a06bcebab66f24cb44b965fd6
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add TODO for moving "modules" out of denote.el
---
denote.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/denote.el b/denote.el
index a94f736fba..535edf01fd 100644
--- a/denote.el
+++ b/denote.el
@@ -4455,6 +4455,10 @@ option `denote-templates'."
;;;; Denote extension "modules"
+;; TODO 2024-02-25: I think these do not belong in denote.el. We
+;; should have another file, like "denote-modules.el" for users who
+;; want to opt into these features.
+
(defvar denote-modules-available
'(project (project-find-functions . denote-project-find)
xref (xref-backend-functions . denote--xref-backend)