You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Clone the repository to the user level configuration location for Clojure LSP, e
11
11
12
12
[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)
13
13
14
-
15
14
### Docs / comments
16
15
*`comment-heading` - describe purpose of the namespace
17
16
*`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
23
22
*`rich-comment-rdd` - comment block with ignore :redefined-var for repl experiments
24
23
*`rich-comment-hotload` - comment block with add-libs code for hotloading libraries in Clojure CLI repl
25
24
*`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
0 commit comments