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
+10
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,16 @@ To see a list of available configuration options do `M-x customize-group <RET> c
143
143
144
144
Most configuration changes will require reverting any active `clojure-ts-mode` buffers.
145
145
146
+
### Remapping of `clojure-mode` buffers
147
+
148
+
By default, `clojure-ts-mode` assumes command over all buffers and file extensions previously associated with `clojure-mode` (and derived major modes like `clojurescript-mode`). To disable this remapping, set
149
+
150
+
```emacs-lisp
151
+
(setopt clojure-ts-auto-remap nil)
152
+
```
153
+
154
+
You can also use the commands `clojure-ts-activate` / `clojure-ts-deactivate` to interactively change this behavior.
155
+
146
156
### Indentation
147
157
148
158
`clojure-ts-mode` currently supports 2 different indentation strategies:
0 commit comments