File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ You can add the following couple of lines to your .emacs to take advantage of co
43
43
#+BEGIN_SRC elisp
44
44
(add-hook 'typescript-mode-hook
45
45
(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)))
51
51
#+END_SRC
You can’t perform that action at this time.
0 commit comments