Skip to content

Commit 5434e8b

Browse files
committed
Modify changelog and readme
1 parent 4cdf557 commit 5434e8b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## main (unreleased)
44

55
- [[#62](https://github.com/clojure-emacs/clojure-ts-mode/issues/62)]: Define `list` "thing" to improve navigation in Emacs 31.
6+
- [#64]: Add defcustom `clojure-ts-auto-remap` to control remapping of `clojure-mode` buffers.
67

78
## 0.2.3 (2025-03-04)
89

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,16 @@ To see a list of available configuration options do `M-x customize-group <RET> c
143143

144144
Most configuration changes will require reverting any active `clojure-ts-mode` buffers.
145145

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+
146156
### Indentation
147157

148158
`clojure-ts-mode` currently supports 2 different indentation strategies:

0 commit comments

Comments
 (0)