Skip to content

Commit 1d57e10

Browse files
readme: add require-rdd to comments section for discoverability
1 parent 6b375d9 commit 1d57e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Clone the repository to the user level configuration location for Clojure LSP, e
1111

1212
[Snippets created by Practicalli](https://practical.li/spacemacs/snippets/clojure-lsp/practicalli-snippets.html) are documents in [Practicalli Spacemacs](https://practical.li/spacemacs/snippets/clojure-lsp/practicalli-snippets.html)
1313

14-
1514
### Docs / comments
1615
* `comment-heading` - describe purpose of the namespace
1716
* `comment-separator` - logically separate code sections, helps identify opportunities to refactor to other name spaces
@@ -23,6 +22,7 @@ Clone the repository to the user level configuration location for Clojure LSP, e
2322
* `rich-comment-rdd` - comment block with ignore :redefined-var for repl experiments
2423
* `rich-comment-hotload` - comment block with add-libs code for hotloading libraries in Clojure CLI repl
2524
* `wrap-rich-comment` - wrap current form with comment reader macro
25+
* `require-rdd` - add a require expression, for adding a require in a rich comment block for RDD
2626

2727
### Standard library functions
2828
* `def` - def with docstring

0 commit comments

Comments
 (0)