File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 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
7474### Indentation options
7575
7676The 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 ) .
7878Please, refer to the guide for the general Clojure indentation rules.
7979
8080#### Indentation of docstrings
@@ -401,13 +401,13 @@ form. If called with a prefix argument slurp the previous n forms.
401401
402402### Rename ns alias
403403
404- ` clojure-rename-ns-alias ` : Rename an alias inside a namespace declaration,
404+ ` clojure-rename-ns-alias ` : Rename an alias inside a namespace declaration,
405405and all of its usages in the buffer
406406
407407<img width =" 512 " src =" /doc/clojure-rename-ns-alias.gif " >
408408
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.
411411
412412<img width =" 512 " src =" /doc/clojure-rename-ns-alias-region.gif " >
413413
You can’t perform that action at this time.
0 commit comments