Add tags
This commit is contained in:
parent
f8a6bfd02d
commit
849c930288
1 changed files with 5 additions and 1 deletions
|
@ -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: -->
|
||||||
|
|
Loading…
Reference in a new issue