summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-02-08 13:40:55 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-02-08 13:40:55 +0100
commit8435c730c5e1e36a871520ad35a2c41ddde99fb2 (patch)
tree0c751046d220fbed7277abe0f1e6f0ab4c7cfcbb /README.org
parent205e7231d267d06618c1af07828989e5453e1dda (diff)
README: Slight rewording
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.org b/README.org
index d76f83b..dcf72cb 100644
--- a/README.org
+++ b/README.org
@@ -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 ()