Skip to content

Commit cc4ea94

Browse files
committed
Tweak a bit the refactoring menu
1 parent da67712 commit cc4ea94

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clojure-mode.el

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,12 @@ Out-of-the box clojure-mode understands lein, boot and gradle."
211211
["Align expression" clojure-align]
212212
"--"
213213
("Refactor -> and ->>"
214+
["Thread once more" clojure-thread]
214215
["Fully thread a form with ->" clojure-thread-first-all]
215216
["Fully thread a form with ->>" clojure-thread-last-all]
216-
["Fully unwind a threading macro" clojure-unwind-all]
217-
["Thread once more" clojure-thread]
218-
["Unwind once" clojure-unwind])
217+
"--"
218+
["Unwind once" clojure-unwind]
219+
["Fully unwind a threading macro" clojure-unwind-all])
219220
"--"
220221
["Version" clojure-mode-display-version]))
221222
map)

0 commit comments

Comments
 (0)