branch: externals/a68-mode
commit 97468ce6042e6389faeeeb0c0d12937fb4974e9d
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    Run a68--collect-modes more often
---
 a68-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/a68-mode.el b/a68-mode.el
index 648eaa9091..429e864026 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -402,7 +402,7 @@
   (if a68-auto-stropping-mode
       (progn
         (a68--collect-modes)
-        (run-with-idle-timer 5 t #'a68--collect-modes)
+        (run-with-idle-timer 0.5 t #'a68--collect-modes)
         (add-hook 'post-self-insert-hook
                   #'a68--do-auto-stropping 'append 'local))
     (remove-hook 'post-self-insert-hook

Reply via email to