How can I tell Emacs to fill paragraphs with a single space after each period?
Add the following line to your init file (see How do I set up an init file properly?):
emacs-lisp
(setq sentence-end-double-space nil)