How can I tweak Emacs auto-fill to fill when a period is inserted?
For example, with a (setq fill-column 10)
the following will auto-fill when I press the space after "fill".
;; good fill
;; good
;; fill on
This example doesn't fill when I press the period. I have to invoke
fill-paragraph
manually
;; bad fillllllllllllllllll.
;; bad
;; fillllllllllllllllll.