[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/clojure-mode 36822a620b 2/3: Fix a heading
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/clojure-mode 36822a620b 2/3: Fix a heading |
Date: |
Sun, 18 Feb 2024 03:59:29 -0500 (EST) |
branch: elpa/clojure-mode
commit 36822a620bb0e79d48f8c738f2fb0db6f39e488e
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Fix a heading
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 89c13c0e64..62d585d996 100644
--- a/README.md
+++ b/README.md
@@ -218,7 +218,7 @@ Setting `clojure-special-arg-indent-factor` to 1, results
in:
[my-field])
```
-### Indentation of Comments
+#### Indentation of Comments
`clojure-mode` differentiates between comments like `;`, `;;`, etc.
By default `clojure-mode` treats `;` as inline comments and *always* indents
those.