protoculture-gnus.el 536 B

123456789101112131415161718
  1. ;; ---------- ---------- ---------- ---------- ---------- ---------- ----------
  2. ;; NOTE: Minimum setting to bootstrap gnus.
  3. ;; Then use gnus to set the typical config to override with:
  4. ;; ~/.authinfo[.gpg]
  5. ;; ~/.gnus[.elc]
  6. ;; ~/.newsrc.eld
  7. ;;
  8. ;; ALSO: ~/examples/dot.gnus.el
  9. ;;
  10. ;; TODO: https://www.emacswiki.org/emacs/GnusTutorial
  11. ;;
  12. ;; ---------- ---------- ---------- ---------- ---------- ---------- ----------
  13. ;; Bootstraps gnus.
  14. ;; (setq gnus-select-method '(nnml ""))
  15. (provide 'protoculture-gnus)