diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-03-23 20:31:32 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-03-23 20:31:32 +0100 |
| commit | c8e6607c90a89ff19062cd37afc17e8bbb86aba3 (patch) | |
| tree | 3be656d55aa67fd39ae8d5ca853e60a51b4100fe /README.org | |
| parent | c12fe374cf93fe113e55aceea933d9d27949727e (diff) | |
README: Expand Tab-n-go section
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -316,6 +316,9 @@ always use =SPC= to separate the Orderless components. You may be interested in configuring Corfu in TAB-and-Go style. Pressing TAB moves to the next candidate and further input will then commit the selection. +Note that further input will not expand snippets or templates, which may not be +desired but which leads overall to a more predictable behavior. In order to +force snippet expansion, confirm a candidate explicitly with ~RET~. #+begin_src emacs-lisp (use-package corfu |
