File: 0001-fix-documentation.diff

package info (click to toggle)
elisp-bug-hunter 1.3.1%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 104 kB
  • sloc: lisp: 453; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
From: Lev Lamberov <dogsleg@debian.org>
Subject: 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.

--- 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
 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
 
 *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?