summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-02-17 07:46:10 -0400
committerLev Lamberov <dogsleg@debian.org>2017-02-17 07:46:10 -0400
commit9d6e79954471d38f624fcf47b7dd534399309ebe (patch)
tree48f751402b578e61b4e4736b48a1576b261ca89c
parent5273b3363761f47dc6d7b7d7e84077ba4b0feefc (diff)
Remove badge icons and screenshots from README file
This patch removes badges icons and screenshots from README file. These icons are intended rather for developers and are loaded from several external web sites. Gbp-Pq: Name 0001-fix-documentation.diff
-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?