X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/737620637836266467b4de02ac53befc28166246..bfb4aaca5bea5adb97c3dc3d008e147d32ee232a:/dot/emacs?ds=inline diff --git a/dot/emacs b/dot/emacs index 5b08674..5c567fa 100644 --- a/dot/emacs +++ b/dot/emacs @@ -208,7 +208,8 @@ (lambda () (let ((group gnus-newsgroup-name)) (and (string-match "^nn\\(imap\\|folder\\)\\+" group) - (not (string-match ":\\(crap\\|spam\\|lists\\)\\." group))))) + (not (string-match ":\\(crap\\|spam\\|lists\\|corpus\\)\\." + group))))) bbdb-user-mail-names (concat "^" "\\(" "\\(mdw\\|markw\\|root\\|postmaster\\)" @@ -827,6 +828,7 @@ (progn (setq-default py-indent-offset 2 python-indent 2 + python-indent-offset 2 py-python-command-args `("-i" "-colors" ,(if mdw-black-background "Linux" "LightBG")))