summaryrefslogtreecommitdiffstats
path: root/2024/talks/emacs30.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-12-12 09:17:22 -0500
committerSacha Chua <sacha@sachachua.com>2024-12-12 09:17:22 -0500
commit6d1d18532c1d0495a1fd42e6f1b2f7d165efe0a2 (patch)
tree05e947dc4c13b4388bdab23f615f8a016a03f260 /2024/talks/emacs30.md
parenta9ec91ee6718eea76726b6d11f24d8a950206186 (diff)
downloademacsconf-wiki-6d1d18532c1d0495a1fd42e6f1b2f7d165efe0a2.tar.xz
emacsconf-wiki-6d1d18532c1d0495a1fd42e6f1b2f7d165efe0a2.zip
add IRC
Diffstat (limited to '')
-rw-r--r--2024/talks/emacs30.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/2024/talks/emacs30.md b/2024/talks/emacs30.md
index ec72eda7..a73751e0 100644
--- a/2024/talks/emacs30.md
+++ b/2024/talks/emacs30.md
@@ -63,6 +63,26 @@ Philip Kaludercic
latest features of Org, use the one on ELPA, maybe. Personally I
just use the one bundled in Emacs.
+## Notes and feedback
+
+- Loving to use all of these changes.
+- Graphical Emacs in Android is awesome
+ - that seems more usable than i thought it would be
+ - swipe left/right for next buffer?
+ - I was able to load my custom configuration on Android by traversing through the directories with M-x shell.
+- Oooo, which-key is so helpful for beginners. It fits right in to the core. Great addition!
+ - that would have saved me a lot of time years ago haha
+- An alternative to both which-key and prefix-help-command (which pkal is demoing right now) is embark-prefix-help-command
+ - thanks, I was not aware of it (I still "M-x embark-..." or preset bindings from completion/vertico candidates) - how does it differ from prefix-help-command?
+ - This is my favourite change, but not all packages are compatible with it...
+ - It offers a completing-read interface to complete the partial command.
+ - completion within completion within completion within.. love it
+ - (setq prefix-help-command 'embark-prefix-help-command)
+ - Will try it for a while, thanks for the pointer
+ - it's completion all the way down
+- use-package :vc is much welcome! (as one coming from Clojure's deps, such a breeze)
+- great talk!
+
[[!inline pages="internal(2024/info/emacs30-after)" raw="yes"]]