You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,12 @@ Insert below code to "~/.emacs.d/init.el",
36
36
#+END_SRC
37
37
38
38
* Usage
39
-
After installation, do `M-x run-ts` to create a comint buffer with the Typescript interpreter.
39
+
After installation, do `M-x run-ts` to create a comint buffer with the
40
+
Typescript interpreter.
40
41
41
-
You can add the following couple of lines to your .emacs to take advantage of cool key bindings for sending things to the Typescript interpreter inside of Steve Yegge's most excellent js2-mode.
42
+
You can add the following couple of lines to your .emacs to take
43
+
advantage of cool key bindings for sending things to the Typescript
0 commit comments