File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,15 @@ it for Clojure buffers:
286
286
(add-hook 'clojure-mode-hook #'rainbow-delimiters-mode)
287
287
```
288
288
289
+ * [ aggressive-indent-mode] [ ] automatically adjust the indentation of your code,
290
+ while you're writing it. Using it together with ` clojure-mode ` is highly
291
+ recommended. Provided you've already installed ` aggressive-indent-mode ` you can
292
+ enable it like this:
293
+
294
+ ``` el
295
+ (add-hook 'clojure-mode-hook #'aggressive-indent-mode)
296
+ ```
297
+
289
298
## REPL Interaction
290
299
291
300
One of the fundamental aspects of Lisps in general and Clojure in
@@ -341,3 +350,4 @@ Distributed under the GNU General Public License; type <kbd>C-h C-c</kbd> to vie
341
350
[ paredit ] : http://mumble.net/~campbell/emacs/paredit.html
342
351
[ smartparens ] : https://github.com/Fuco1/smartparens
343
352
[ RainbowDelimiters ] : https://github.com/Fanael/rainbow-delimiters
353
+ [ aggressive-indent-mode ] : https://github.com/Malabarba/aggressive-indent-mode
You can’t perform that action at this time.
0 commit comments