Skip to content

Commit 362507a

Browse files
committed
Remove JS everywhere.
1 parent a027ad2 commit 362507a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.org

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ You can add the following couple of lines to your .emacs to take advantage of co
4343
#+BEGIN_SRC elisp
4444
(add-hook 'typescript-mode-hook
4545
(lambda ()
46-
(local-set-key (kbd "C-x C-e") 'js-send-last-sexp)
47-
(local-set-key (kbd "C-M-x") 'js-send-last-sexp-and-go)
48-
(local-set-key (kbd "C-c b") 'js-send-buffer)
49-
(local-set-key (kbd "C-c C-b") 'js-send-buffer-and-go)
50-
(local-set-key (kbd "C-c l") 'js-load-file-and-go)))
46+
(local-set-key (kbd "C-x C-e") 'ts-send-last-sexp)
47+
(local-set-key (kbd "C-M-x") 'ts-send-last-sexp-and-go)
48+
(local-set-key (kbd "C-c b") 'ts-send-buffer)
49+
(local-set-key (kbd "C-c C-b") 'ts-send-buffer-and-go)
50+
(local-set-key (kbd "C-c l") 'ts-load-file-and-go)))
5151
#+END_SRC

0 commit comments

Comments
 (0)