Skip to content

Commit 91fbf5f

Browse files
committed
Modify changelog and readme
1 parent b860a0a commit 91fbf5f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## main (unreleased)
44

5+
- [#64]: Add defcustom `clojure-ts-auto-remap` to control remapping of `clojure-mode` buffers.
6+
57
## 0.2.3 (2025-03-04)
68

79
- [#38]: Add support for `in-ns` forms in `clojure-ts-find-ns`.

README.md

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

1919
Most configuration changes will require reverting any active `clojure-ts-mode` buffers.
2020

21+
### Remapping of `clojure-mode` buffers
22+
23+
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
24+
25+
``` emacs-lisp
26+
(setopt clojure-ts-auto-remap nil)
27+
```
28+
29+
You can also use the commands `clojure-ts-activate` / `clojure-ts-deactivate` to interactively change this behavior.
30+
2131
### Indentation
2232

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

0 commit comments

Comments
 (0)