Skip to content

Commit

Permalink
Add clojure-align to the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Mar 25, 2016
1 parent 747af19 commit 2462fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ Out-of-the box clojure-mode understands lein, boot and gradle."
["Insert ns form at beginning" clojure-insert-ns-form]
["Update ns form" clojure-update-ns]
"--"
["Align expression" clojure-align]
"--"
["Version" clojure-mode-display-version]))
map)
"Keymap for Clojure mode.")
Expand Down

0 comments on commit 2462fd8

Please sign in to comment.