diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-10-08 01:58:03 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-10-08 01:58:03 -0400 |
commit | 886ae437fee6a674f7b2757062f1b8a91275457a (patch) | |
tree | b8e37843a5149998f1cc0282fb3bd8d4f69357e5 /2021/talks/eaf.md | |
parent | 5a56ee2080de1a60c15c580adac85bd7e625f3aa (diff) | |
download | emacsconf-wiki-886ae437fee6a674f7b2757062f1b8a91275457a.tar.xz emacsconf-wiki-886ae437fee6a674f7b2757062f1b8a91275457a.zip |
Add talk pages for 2021
Diffstat (limited to '')
-rw-r--r-- | 2021/talks/eaf.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/2021/talks/eaf.md b/2021/talks/eaf.md new file mode 100644 index 00000000..1bd64e5e --- /dev/null +++ b/2021/talks/eaf.md @@ -0,0 +1,26 @@ +[[!meta title="Emacs Application Framework: A 2021 Update"]] +[[!meta copyright="Copyright © 2021 Matthew Zeng"]] +[[!inline pages="internal(2021/info/eaf-nav)" raw="yes"]] + +<!-- You can manually edit this file to update the abstract, add links, etc. ---> + + +# Emacs Application Framework: A 2021 Update +Matthew Zeng + +Emacs Application Framework (EAF) is a customizable and extensible GUI +application framework that extends Emacs graphical capabilities using +PyQt5. There are many new but important updates since EmacsConf2020 +last year, this talk will briefly go over them. + + + +# Outline + +- 5-10 minutes: (brief description/outline) + + + +[[!inline pages="internal(2021/info/eaf-schedule)" raw="yes"]] + +[[!inline pages="internal(2021/info/eaf-nav)" raw="yes"]] |