branch: externals/corfu
commit 18cd165b4c37524775ed324d18707aa0eff96683
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update corfu-auto-commands
---
corfu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/corfu.el b/corfu.el
index f56bf70de4..dd53e8f825 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."