branch: externals/corfu
commit af4c453d844fcd23848b9cdd3962639372afc8be
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>
    README: Minor correction
---
 README.org | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.org b/README.org
index 52dfeb95d0..a558e05864 100644
--- a/README.org
+++ b/README.org
@@ -228,7 +228,6 @@ define the advice ~corfu-send-shell~ which sends the 
candidate after insertion.
       (comint-send-input))))
 
   (advice-add #'corfu-insert :after #'corfu-send-shell)
-  (advice-add #'corfu-quick-insert :after #'corfu-send-shell)
 #+end_src
 
 Shell completion uses the flexible ~pcomplete~ mechanism internally, which 
allows

Reply via email to