branch: elpa/clojure-ts-mode
commit a4b1152660f3ff40f86f56ffdaa46ae3992c4391
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix incorrect command names for mode remapping in README
    
    The actual commands are clojure-ts-activate-mode-remappings and
    clojure-ts-deactivate-mode-remappings.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 48dbc47f49..b2b8a68e0c 100644
--- a/README.md
+++ b/README.md
@@ -192,8 +192,8 @@ like `clojurescript-mode`). To disable this remapping, set
 (setopt clojure-ts-auto-remap nil)
 ```
 
-You can also use the commands `clojure-ts-activate` / `clojure-ts-deactivate` 
to
-interactively change this behavior.
+You can also use the commands `clojure-ts-activate-mode-remappings` /
+`clojure-ts-deactivate-mode-remappings` to interactively change this behavior.
 
 ### Indentation
 

Reply via email to