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 34 35
|
From: Martin <debacle@debian.org>
Date: Wed, 29 Jan 2025 20:00:20 -0800
Subject: use local images for README.org
Origin: vendor
Forwarded: not-needed
Last-Update: 2023-04-09
Last-Update: 2023-04-09
---
README.org | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index d11597b..73f43cb 100644
--- a/README.org
+++ b/README.org
@@ -31,13 +31,13 @@ completion utilities are provided by the separate [[https://github.com/minad/cap
*NOTE*: Corfu relies on child frames to show the popup. On Emacs 31 this works for
terminal Emacs. Use the [[https://codeberg.org/akib/emacs-corfu-terminal][corfu-terminal]] package on older Emacs versions.
-#+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
|