summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-10-01 17:50:10 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2024-10-01 17:50:10 +0200
commit05889f194fd044223a1ddc7cfb2f96c752df5559 (patch)
tree4b79fabfe1c38c4bf9d2b045f3877380c21ee9f3 /README.org
parent4c5a584dcbd984b0fb8f1a5650f7ef3d03e4d940 (diff)
README: Add link to child frame effort
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 7f326fc..fa48f34 100644
--- a/README.org
+++ b/README.org
@@ -31,7 +31,7 @@ completion utilities are provided by the [[https://github.com/minad/cape][Cape]]
*NOTE*: Corfu relies on child frames to show the popup, such that mixed fonts and
font sizes won't interfere with the rendering. On non-graphical displays, Corfu
falls back to the default setting of the ~completion-in-region-function~. There is
-an effort towards child frame support for terminal Emacs, which will hopefully
+an effort towards [[https://lists.gnu.org/archive/html/emacs-devel/2024-10/msg00003.html][child frame support for terminal Emacs]], which will hopefully
arrive in Emacs 31 or 32. Until then you can use the [[https://codeberg.org/akib/emacs-corfu-terminal][corfu-terminal]] package as a
stop-gap solution, which provides an alternative display based on overlays.