diff options
| -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 |
