Skip to main content
7 events
when toggle format what by license comment
Sep 22, 2022 at 18:13 vote accept Francesco Cadei
Sep 22, 2022 at 18:13 comment added Francesco Cadei I solved with a simply (add-hook 'flyspell-prog-mode-hook (lambda () (run-with-idle-timer 0 nil 'flyspell-buffer)))
Sep 22, 2022 at 13:46 comment added user31220 I have reworked the recipe emacs.stackexchange.com/a/73771/31220. It works on my end. Try it and let me know.
Sep 22, 2022 at 13:45 history edited user31220 CC BY-SA 4.0
added 249 characters in body
Sep 22, 2022 at 10:46 comment added Francesco Cadei with (add-hook 'flyspell-prog-mode-hook 'flyspell-buffer) the hook is correct but flyspell-buffer not make the words underlined, only if i call from M-x it does.
Sep 22, 2022 at 6:07 history edited user31220 CC BY-SA 4.0
added 124 characters in body
Sep 22, 2022 at 6:01 history answered user31220 CC BY-SA 4.0