commit 58353eb91da404e130f3b8c8f4c4f70536a9ae53
parent 99b4308554b994a557f4cc18120bd1709bb7a8e3
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 16 Apr 2025 18:45:01 +0200
Reword some hype notes for Emacs 31
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org
@@ -31,7 +31,7 @@ reviewer does 🫤
Nice that we no longer need to figure out which strings to ~purecopy~,
that we can always use ~define-key~ and forget about
-~bindings--define-key~, that ~defconst~ no longer poses pure-copying
+~bindings--define-key~, that ~defconst~ no longer causes pure-copying
hazards…
** Programming
*** tree-sitter
@@ -51,8 +51,8 @@ Now:
movement - in c-ts-mode, stopping over each identifier or keyword,
still leaping over delimiter pairs (=([{}])=), by defining a =list=
element in =treesit-thing-settings=.
-- users can invoke ~treesit-toggle-sexp-type~ to make =C-M= commands
- choose between "treesit nodes" vs "syntax symbols".
+- users can invoke ~treesit-cycle-sexp-type~ to make =C-M= commands
+ act on "treesit nodes" vs "syntax symbols".
** UI
*** Completion
**** ~completion-eager-display~