summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2019-08-25 14:22:19 -0300
committerDavid Bremner <bremner@debian.org>2019-08-25 14:22:19 -0300
commita3b8f2ad73360b57aa426560c126f55a040d4469 (patch)
treeccfe41319949c06a55bccec5fc791382beb1ad4c
parenta6bad9fed9616752e0371feca811a862d60fb33c (diff)
Remove badge icons and screenshots from README fileHEADarchive/debian/1.3.1+repack-4master
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?