File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ To see a list of available configuration options do `M-x customize-group RET clo
74
74
### Indentation options
75
75
76
76
The default indentation rules in ` clojure-mode ` are derived from the
77
- [ community Clojure Style Guide] ( https://github.com/bbatsov/ clojure- style-guide ) .
77
+ [ community Clojure Style Guide] ( https://guide. clojure. style ) .
78
78
Please, refer to the guide for the general Clojure indentation rules.
79
79
80
80
#### Indentation of docstrings
@@ -401,13 +401,13 @@ form. If called with a prefix argument slurp the previous n forms.
401
401
402
402
### Rename ns alias
403
403
404
- ` clojure-rename-ns-alias ` : Rename an alias inside a namespace declaration,
404
+ ` clojure-rename-ns-alias ` : Rename an alias inside a namespace declaration,
405
405
and all of its usages in the buffer
406
406
407
407
<img width =" 512 " src =" /doc/clojure-rename-ns-alias.gif " >
408
408
409
- If there is an active selected region, only rename usages of aliases within the region,
410
- without affecting the namespace declaration.
409
+ If there is an active selected region, only rename usages of aliases within the region,
410
+ without affecting the namespace declaration.
411
411
412
412
<img width =" 512 " src =" /doc/clojure-rename-ns-alias-region.gif " >
413
413
You can’t perform that action at this time.
0 commit comments