diff options
Diffstat (limited to '')
-rw-r--r-- | 2021/talks/ui.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/2021/talks/ui.md b/2021/talks/ui.md index 10a4e1e3..1bf3c854 100644 --- a/2021/talks/ui.md +++ b/2021/talks/ui.md @@ -30,7 +30,15 @@ updating textual content as application state changes. This talk will cover use of the tui.el API and its operation in a textual environment by implementing some basic UI's. - +# Discussion + +- I'm trying the run your demos of tui... it seems that (add-to-list 'load-path "~/usrc/tui.el/") is not enough, I have to either add the subdirectories by hand or to run a standard function - whose name I don't know - to add the subdirs... +- hey, I'm trying to run your demos of tui... I had to add the subdirectories to the load-path manually to make (require 'tui-tic-tac-toe) work. my notes are here: https://0x0.st/-7dV.txt +- tui.el is very exciting, should open up a new era of more advanced UI in Emacs +- seems like we can get some really cool emacs ui going in combination with svg.el +- combine with the magit approach to menus (transient etc) and something very nice is coming! +- I think anything you can show in a buffer should work with this, so images, text, whatever. +- tui.el is just too cool: I am going to try it for sure :D # Outline |