diff options
author | Sacha Chua <sacha@sachachua.com> | 2025-07-22 22:52:57 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2025-07-22 22:52:57 -0400 |
commit | f528f9432098e021cb9f20bd92b59da71f7a1c15 (patch) | |
tree | 304bb18bfd81de7f9344356a1ae0fd9ce9ae0f8b /2025/info | |
parent | 0f42b0e31f7bc4ac56df0336168fbe04e25e5615 (diff) | |
download | emacsconf-wiki-f528f9432098e021cb9f20bd92b59da71f7a1c15.tar.xz emacsconf-wiki-f528f9432098e021cb9f20bd92b59da71f7a1c15.zip |
Diffstat (limited to '')
-rw-r--r-- | 2025/info/claude-code-nav.md | 2 | ||||
-rw-r--r-- | 2025/info/juicemacs-nav.md | 2 | ||||
-rw-r--r-- | 2025/info/llm-after.md | 10 | ||||
-rw-r--r-- | 2025/info/llm-before.md | 12 | ||||
-rw-r--r-- | 2025/info/llm-nav.md | 7 |
5 files changed, 31 insertions, 2 deletions
diff --git a/2025/info/claude-code-nav.md b/2025/info/claude-code-nav.md index 42c0e0e1..f1da6dba 100644 --- a/2025/info/claude-code-nav.md +++ b/2025/info/claude-code-nav.md @@ -1,7 +1,7 @@ <div class="talk-nav"> Back to the [[talks]] -Previous by track: <a href="/2025/talks/juicemacs">Juicemacs: Exploring Speculative JIT Compilation for ELisp in Java</a> +Previous by track: <a href="/2025/talks/llm">Emacs, editors, and LLM driven workflows</a> Next by track: <a href="/2025/talks/commonlisp">Common Lisp images communicating like-a-human through shared Emacs slime and eev</a> Track: <span class="sched-track Development">Development</span> </div> diff --git a/2025/info/juicemacs-nav.md b/2025/info/juicemacs-nav.md index 54ca3555..5aa85c5f 100644 --- a/2025/info/juicemacs-nav.md +++ b/2025/info/juicemacs-nav.md @@ -2,6 +2,6 @@ <div class="talk-nav"> Back to the [[talks]] Previous by track: <a href="/2025/talks/python">Interactive Python development in Emacs</a> -Next by track: <a href="/2025/talks/claude-code">emacs-claude-code: Intelligent Claude Integration for Emacs</a> +Next by track: <a href="/2025/talks/llm">Emacs, editors, and LLM driven workflows</a> Track: <span class="sched-track Development">Development</span> </div> diff --git a/2025/info/llm-after.md b/2025/info/llm-after.md new file mode 100644 index 00000000..fc23d996 --- /dev/null +++ b/2025/info/llm-after.md @@ -0,0 +1,10 @@ +<!-- Automatically generated by emacsconf-publish-after-page --> + + +Questions or comments? Please e-mail [ahyatt@gmail.com](mailto:ahyatt@gmail.com?subject=Comment%20for%20EmacsConf%202023%20llm%3A%20Emacs%2C%20editors%2C%20and%20LLM%20driven%20workflows) + +---- +Got an idea for an EmacsConf talk or session? We'd love to hear from you! Check out the [[Call for Participation|/2025/cfp]] for details. + + +<!-- End of emacsconf-publish-after-page --> diff --git a/2025/info/llm-before.md b/2025/info/llm-before.md new file mode 100644 index 00000000..a7914b81 --- /dev/null +++ b/2025/info/llm-before.md @@ -0,0 +1,12 @@ +<!-- Automatically generated by emacsconf-publish-before-page --> +[[!toc ]] +Format: 20-min talk ; Q&A: BigBlueButton conference room +Status: Waiting for video from speaker + + + + + + +# Description +<!-- End of emacsconf-publish-before-page -->
\ No newline at end of file diff --git a/2025/info/llm-nav.md b/2025/info/llm-nav.md new file mode 100644 index 00000000..59c160c5 --- /dev/null +++ b/2025/info/llm-nav.md @@ -0,0 +1,7 @@ + +<div class="talk-nav"> +Back to the [[talks]] +Previous by track: <a href="/2025/talks/juicemacs">Juicemacs: Exploring Speculative JIT Compilation for ELisp in Java</a> +Next by track: <a href="/2025/talks/claude-code">emacs-claude-code: Intelligent Claude Integration for Emacs</a> +Track: <span class="sched-track Development">Development</span> +</div> |