This commit is contained in:
Tom Willemse 2015-01-03 18:20:51 +01:00
parent f8a6bfd02d
commit 849c930288

View file

@ -1,6 +1,6 @@
;;;;; ;;;;;
title: Stop shr from using background color title: Stop shr from using background color
tags: emacs, elisp, config tags: emacs, elisp, config, gnus, html
date: 2014-04-03 22:11 date: 2014-04-03 22:11
format: md format: md
;;;;; ;;;;;
@ -28,3 +28,7 @@ background colors.
(advice-add #'shr-colorize-region :filter-args (advice-add #'shr-colorize-region :filter-args
#'oni:shr-colorize-remove-last-arg)) #'oni:shr-colorize-remove-last-arg))
``` ```
<!-- Local Variables: -->
<!-- mode: markdown -->
<!-- End: -->