branch: elpa/clojure-mode
commit c54dad69ebee189c807f184c6c22cfff1a8c1bc5
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Update README to use the new C-c C-a keybinding for clojure-align
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cc4a45891a..191d367c18 100644
--- a/README.md
+++ b/README.md
@@ -298,7 +298,7 @@ functions (e.g. `comment-region`) would use `;` by default
instead of `;;`.
### Vertical alignment
-You can vertically align sexps with `C-c SPC`. For instance, typing
+You can vertically align sexps with `C-c C-a`. For instance, typing
this combo on the following form:
```clj