diff options
| -rw-r--r-- | oni-shr.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2021.1123.003019 +;; Version: 2025.1010.103419 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -42,11 +42,11 @@ (defun shr-tag-h1 (dom) "Render a <h1> tag from DOM." - (shr-heading dom '(variable-pitch (:height 1.2 :weight bold :foreground "#65a854" :underline t)))) + (shr-heading dom 'variable-pitch '(:height 1.2 :weight bold :foreground "#65a854" :underline t))) (defun shr-tag-h2 (dom) "Render a <h2> tag from DOM." - (shr-heading dom '(variable-pitch (:height 1.1 :weight bold :foreground "#54a8a8")))) + (shr-heading dom 'variable-pitch '(:height 1.1 :weight bold :foreground "#54a8a8"))) (defun oni-shr--recolorize (orig-fun &rest args) "Do some custom colorization. |
