Browse Source

fix: add some comments for logseq.common.defkeywords

rcmerci 6 months ago
parent
commit
d0422948cb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      deps/common/src/logseq/common/defkeywords.cljc

+ 6 - 0
deps/common/src/logseq/common/defkeywords.cljc

@@ -33,3 +33,9 @@
 (defmacro get-all-defined-kw->config
   []
   `'~(deref *defined-kw->config))
+
+(comment
+  "update anything here to trigger this ns to be recompiled,
+so macro get-all-defined-kw->config's result will be updated."
+  1
+  )