Change default article rendering function
A lot of articles are HTML-based and the `shr' library, which is also used by GNU, renders HTML well. It is also included with Emacs (at least in v24.3+).
This commit is contained in:
parent
66bc2bec98
commit
28a390e785
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
:group 'avandu)
|
||||
|
||||
;; User options
|
||||
(defcustom avandu-article-render-function nil
|
||||
(defcustom avandu-article-render-function #'shr-render-region
|
||||
"A function to call that will render the content of an article."
|
||||
:group 'avandu
|
||||
:type 'function)
|
||||
|
|
Loading…
Reference in a new issue