diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-08 13:40:55 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-08 13:40:55 +0100 |
| commit | 8435c730c5e1e36a871520ad35a2c41ddde99fb2 (patch) | |
| tree | 0c751046d220fbed7277abe0f1e6f0ab4c7cfcbb | |
| parent | 205e7231d267d06618c1af07828989e5453e1dda (diff) | |
README: Slight rewording
| -rw-r--r-- | README.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -201,9 +201,10 @@ shells like Bash, Zsh or Fish. When pressing =RET= while the Corfu popup is visible, the ~corfu-insert~ command will be invoked. This command does inserts the currently selected candidate, but -it does not send the prompt input to Eshell or the comint process. In my -configuration I define the command ~corfu-insert-and-send~ which performs the two -steps at once. +it does not send the prompt input to Eshell or the comint process. Therefore you +often have to press =RET= twice which feels like an unnecessary double +confirmation. Fortunately it is easy to improve this! In my configuration I +define the command ~corfu-insert-and-send~ which performs the two steps at once. #+begin_src emacs-lisp (defun corfu-insert-and-send () |
