diff options
author | John Mastro <john.b.mastro@gmail.com> | 2013-07-23 16:16:50 -0700 |
---|---|---|
committer | John Mastro <john.b.mastro@gmail.com> | 2013-07-23 16:16:50 -0700 |
commit | f2920bdcc120f5ea3d6adfe4242adc5ea4bba125 (patch) | |
tree | 8f1de9031c6076b35248a10e4a1a1a09a0dddb9e | |
parent | 9df243e556c38c7f1cba5e886b35992d4514c2dc (diff) | |
download | trident-mode.el-f2920bdcc120f5ea3d6adfe4242adc5ea4bba125.tar.gz trident-mode.el-f2920bdcc120f5ea3d6adfe4242adc5ea4bba125.tar.bz2 trident-mode.el-f2920bdcc120f5ea3d6adfe4242adc5ea4bba125.zip |
Add discussion of getting connected with Skewer
-rw-r--r-- | README.org | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -46,10 +46,6 @@ for any file with an extension of ".paren": (trident-mode +1)))) #+END_SRC -=slime-mode= must be active for both expansion and evaluation commands. For -evaluation commands, =skewer-mode= is also required. (See below for a list of -the available commands). - Parenscript must be loaded in your Common Lisp image, and you'll probably also want to import its symbols: @@ -58,6 +54,19 @@ want to import its symbols: (use-package :parenscript) #+END_SRC +With the above taken care of it's time to skewer the browser. Trident doesn't +automatically load Skewer, since you could hypothetically use Trident just for +viewing the code generated by Parenscript, so to proceed you should =(require +'skewer-mode)= in Emacs. + +See [[https://github.com/skeeto/skewer-mode/blob/master/README.md][Skewer's README]] for detailed information on the multiple ways you can +connect to a site - including sites on servers you don't control. + +The fastest way to simply try things out is to run =M-x run-skewer=. Skewer +will load an empty page in your browser and connect to it. You can immediately +begin using Trident's evaluation commands (described below); to additionally +open a JavaScript REPL you can run =M-x skewer-repl=. + ** Commands *** Code expansion commands |