summaryrefslogtreecommitdiff
path: root/reviews/emacs/hype.org
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2025-04-16 18:45:01 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2025-04-16 18:45:10 +0200
commit58353eb91da404e130f3b8c8f4c4f70536a9ae53 (patch)
tree867dd1d88450901f4cc5ee7828c2947878c5c4e1 /reviews/emacs/hype.org
parent99b4308554b994a557f4cc18120bd1709bb7a8e3 (diff)
downloadmemory-leaks-58353eb91da404e130f3b8c8f4c4f70536a9ae53.tar.xz
Reword some hype notes for Emacs 31
Diffstat (limited to 'reviews/emacs/hype.org')
-rw-r--r--reviews/emacs/hype.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org
index 380def2..18569aa 100644
--- 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~