diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-12-08 10:58:52 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-12-08 10:58:52 +0100 |
| commit | 70801cc9878327debf64e95d3328488d0faa2864 (patch) | |
| tree | 5a57008949d59c0abbf3c4e5320cca4cd5fd14e3 | |
| parent | dac9cd43337e9672642462a2f26373427aa58b63 (diff) | |
README: Add links to Emacs manual
| -rw-r--r-- | README.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -132,6 +132,11 @@ (setq tab-always-indent 'complete)) #+end_src + See also the [[https://github.com/minad/corfu/wiki][Corfu Wiki]] for additional configuration tips. For more general + documentation read the chapter about completion in the [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Completion.html][Emacs manual]]. If you + want to create your own Capfs, you can find documentation about completion in + the [[https://www.gnu.org/software/emacs/manual/html_node/elisp/Completion.html][Elisp manual]]. + ** TAB-and-Go completion You may be interested in configuring Corfu in TAB-and-Go style. Pressing TAB |
