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
|
Description: use local images for README.org
Author: Martin <debacle@debian.org>
Origin: vendor
Forwarded: not-needed
Last-Update: 2023-04-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.org
+++ b/README.org
@@ -32,13 +32,13 @@
frames also for terminal Emacs. On older Emacs versions, you can use the
[[https://codeberg.org/akib/emacs-corfu-terminal][corfu-terminal]] package.
-#+html: <img src="https://github.com/minad/corfu/blob/screenshots/light.png?raw=true">
+[[file:light.png]]
-#+html: <img src="https://github.com/minad/corfu/blob/screenshots/dark.png?raw=true">
+[[file:dark.png]]
-#+html: <img src="https://github.com/minad/corfu/blob/screenshots/popupinfo-light.png?raw=true">
+[[file:popupinfo-light.png]]
-#+html: <img src="https://github.com/minad/corfu/blob/screenshots/popupinfo-dark.png?raw=true">
+[[file:popupinfo-dark.png]]
#+toc: headlines 8
|