Explorar el Código

fix: add some comments for logseq.common.defkeywords

rcmerci hace 8 meses
padre
commit
d0422948cb
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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
+  )