aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Mastro <john.b.mastro@gmail.com>2013-07-24 09:54:04 -0700
committerJohn Mastro <john.b.mastro@gmail.com>2013-07-24 09:54:04 -0700
commitd59b346b9cfb9e2d9a77f48a65d1e1708648c57a (patch)
tree6d3dc9aebbadbdcbefcf0a0b55d82abca5763998
parent452a6f2a2204c14ffdb6a12cc9ecfdcb3478d225 (diff)
downloadtrident-mode.el-d59b346b9cfb9e2d9a77f48a65d1e1708648c57a.tar.gz
trident-mode.el-d59b346b9cfb9e2d9a77f48a65d1e1708648c57a.tar.bz2
trident-mode.el-d59b346b9cfb9e2d9a77f48a65d1e1708648c57a.zip
Load skewer-mode automatically
Asking users to load it themselves isn't justified given that a majority of (maybe all) users will want to use it and it's a stated dependency anyway.
-rw-r--r--README.org10
-rw-r--r--trident-mode.el1
2 files changed, 4 insertions, 7 deletions
diff --git a/README.org b/README.org
index 59d8406..1530f25 100644
--- a/README.org
+++ b/README.org
@@ -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
diff --git a/trident-mode.el b/trident-mode.el
index def300b..6f1dc44 100644
--- a/trident-mode.el
+++ b/trident-mode.el
@@ -22,6 +22,7 @@
;;; Code:
(require 'slime)
+(require 'skewer-mode)
(require 'dash)
;;;; Vars