~jemarch/a68-mode

e061c8806cc94efde68012c5728ece81b1c5de28 — Jose E. Marchesi a month ago 2285fb5
Collect modes from buffer when Emacs is idle
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