summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.org b/README.org
index b777b44..b7a7f98 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
#+OPTIONS: toc:nil num:nil
-#+TITLE: [[file:hunter.png]] The Bug Hunter [[https://travis-ci.org/Malabarba/elisp-bug-hunter][file:https://travis-ci.org/Malabarba/elisp-bug-hunter.svg?branch=master]]
+#+TITLE: The Bug Hunter
/Automatically debug and bisect your init (.emacs) file!/
@@ -7,8 +7,6 @@ The Bug Hunter is an Emacs library that finds the source of an error
or unexpected behavior inside an elisp configuration file (typically
~init.el~ or ~.emacs~).
-[[file:hunter-screencast.gif]]
-
* Usage Examples
** Automated error hunting
@@ -50,7 +48,6 @@ M-x bug-hunter-init-file RET a (featurep 'cl) RET
*That’s it!* You’ll be given a nice buffer reporting the results:
-[[file:cl-example.png]]
- Are you getting obscure errors when trying to open /“.tex”/ files?
- Don’t despair! Just use ~(and (find-file "dummy.tex") nil)~ as the assertion.
- Did ~ox-html~ stop working due to some arcane misconfiguration?