From 614228aa25546eacae8d43f347f3d3b75eef0e4c Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Sun, 3 Mar 2024 15:14:05 +0100 Subject: [PATCH] README fixes --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index aa37523..1fe89cd 100644 --- a/README.rst +++ b/README.rst @@ -42,7 +42,7 @@ There's a large emphasis on Combobulate being both easy to use, and a natural ex .. image:: docs/sibling-nav-jsx.gif -For instance, navigating up or down list structures with ``C-M-u`` and ``C-M-d`` is much improved. Whether you're navigating in or out of structures in Python or JSX elements in Typescript of Javascript. +For instance, navigating up or down list structures with ``C-M-u`` and ``C-M-d`` is much improved. Whether you're navigating in or out of structures in Python or JSX elements in Typescript or Javascript. Combobulate also improves list-like navigation bound to ``C-M-n`` and ``C-M-p``, as shown above also. They now understand hierarchical code much better, and they will navigate between statements in code as well as parameters in functions or key pairs in dictionaries. @@ -144,8 +144,6 @@ Combobulate is not on MELPA or any other package repository, yet. For Combobulat (Adding support for new languages is reasonably easy though!) 5. You have a git checkout of Combobulate ready. -Here's a verbose example of how to configure Combobulate in Emacs with ``use-package``. Note that if you already know how to install tree-sitter grammars, then you can leave out the code that does this in the ``:preface``. - There are two code snippets below that will help you get started. One assumes you don't know how to install and set up tree-sitter grammars, whereas the other one does. Complete Example with Tree-Sitter Grammar Installation