diff options
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |
