diff options
Diffstat (limited to '')
-rw-r--r-- | 2024/talks/emacs30.md | 20 |
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"]] |