You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,29 +224,39 @@ happen whenever you select some code and hit `TAB`.
224
224
225
225
## Refactoring support
226
226
227
-
The available refactorings were originally created and maintained by the clj-refactor.el team. The ones implemented in Elisp only are gradually migrated to Clojure mode.
227
+
The available refactorings were originally created and maintained by the
228
+
`clj-refactor.el` team. The ones implemented in Elisp only are gradually migrated
229
+
to `clojure-mode`.
228
230
229
231
### Threading macros related features
230
232
231
-
* Thread an other expression.
233
+
* Thread another expression.
232
234
233
-
Thread another form into the surrounding thread. Both `->>` and `->` variants are supported. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread).
235
+
Thread another form into the surrounding thread. Both `->>` and `->` variants
Supports both `->>` and `->`. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-unwind-thread).
241
+
Supports both `->>` and `->`. See demonstration on the
Introduce the thread first macro and rewrite the entire form. With a prefix argument do not thread the last form. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread-first-all).
246
+
Introduce the thread first macro and rewrite the entire form. With a prefix
247
+
argument do not thread the last form. See demonstration on the
Introduce the thread last macro and rewrite the entire form. With a prefix argument do not thread the last form. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-thread-last-all).
252
+
Introduce the thread last macro and rewrite the entire form. With a prefix
253
+
argument do not thread the last form. See demonstration on the
Unwind and remove the threading macro. See demonstration on the [clj-refactor.el Wiki](https://github.com/clojure-emacs/clj-refactor.el/wiki/cljr-unwind-all).
258
+
Unwind and remove the threading macro. See demonstration on the
0 commit comments