emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu dac9cd4: corfu-auto-commands: Add some c commands


From: ELPA Syncer
Subject: [elpa] externals/corfu dac9cd4: corfu-auto-commands: Add some c commands by default
Date: Mon, 6 Dec 2021 13:57:12 -0500 (EST)

branch: externals/corfu
commit dac9cd43337e9672642462a2f26373427aa58b63
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    corfu-auto-commands: Add some c commands by default
    
    Fix issue reported by @jwijenbergh
---
 corfu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 29c853b..89f0c50 100644
--- a/corfu.el
+++ b/corfu.el
@@ -141,7 +141,8 @@ The completion backend can override this with
   :type 'float)
 
 (defcustom corfu-auto-commands
-  '("self-insert-command\\'")
+  '("self-insert-command\\'"
+    c-electric-colon c-electric-lt-gt c-electric-slash c-scope-operator)
   "Commands which initiate auto completion."
   :type '(repeat (choice regexp symbol)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]