summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index f56bf70..dd53e8f 100644
--- a/corfu.el
+++ b/corfu.el
@@ -180,7 +180,7 @@ the completion backend is costly."
(defcustom corfu-auto-commands
'("self-insert-command\\'"
- backward-delete-char backward-delete-char-untabify
+ backward-delete-char backward-delete-char-untabify org-delete-backward-char
c-electric-colon c-electric-lt-gt c-electric-slash c-scope-operator)
"Commands which initiate auto completion.
The list can container either command symbols or regular expressions."