summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2025-08-19 16:50:12 -0400
committerSacha Chua <sacha@sachachua.com>2025-08-19 16:50:12 -0400
commitc62b9d0d354dd632d5f9e0ec846a09313fd14e93 (patch)
tree7daeac0781230bf60bfea024f0ed0aada4246eff
parent40f7aa74d62abffc48d36e082246e768fd3166c3 (diff)
downloademacsconf-wiki-c62b9d0d354dd632d5f9e0ec846a09313fd14e93.tar.xz
emacsconf-wiki-c62b9d0d354dd632d5f9e0ec846a09313fd14e93.zip
add link to emacs-readerHEADmaster
-rw-r--r--2025/talks/reader.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/2025/talks/reader.md b/2025/talks/reader.md
index d95bf9c8..66de948d 100644
--- a/2025/talks/reader.md
+++ b/2025/talks/reader.md
@@ -11,6 +11,8 @@ Divyá - IRC: divya, Website: <https://www.phimulambda.org> Mastodon: <https://m
[[!inline pages="internal(2025/info/reader-before)" raw="yes"]]
+<https://codeberg.org/divyaranjan/emacs-reader>
+
This talk will introduce a new document reader that I have been building for Emacs since the last few months. I will showcase the basic features of the document reader, how well it integrates with Emacs and the performance and other improvements that it provides in comparision to the existing document viewing options such as DocView, PDF Tools and others.
I will also describe the core architectural decisions that were made, specficially the fact that it is a dynamic module and the pains and pleasures of interfacing Emacs with C and vice-versa.