diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -54,13 +54,9 @@ 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. +With the above taken care of it's time to skewer the browser. 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 |