summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 2c308bd..d0e05f3 100644
--- a/README.org
+++ b/README.org
@@ -414,7 +414,7 @@ modes using a menu-item filter.
;; Option 2: Use RET only in shell modes
:filter
(or (derived-mode-p 'eshell-mode) (derived-mode-p 'comint-mode))
- ("RET" . #'corfu-send))
+ ("RET" . corfu-send))
:init
(global-corfu-mode))