1 files changed, 1 insertions(+), 0 deletions(-)
M a68-mode.el
M a68-mode.el => a68-mode.el +1 -0
@@ 402,6 402,7 @@
(if a68-auto-stropping-mode
(progn
(a68--collect-modes)
+ (run-with-idle-timer 5 t #'a68--collect-modes)
(add-hook 'post-self-insert-hook
#'a68--do-auto-stropping 'append 'local))
(remove-hook 'post-self-insert-hook