From ab553a83bbe434d61400d7765117dfc1aab93118 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 10 Oct 2025 10:47:15 -0700 Subject: oni-sh: Fix definition of faces --- oni-shr.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oni-shr.el b/oni-shr.el index df93430..00925bf 100644 --- a/oni-shr.el +++ b/oni-shr.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; 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

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

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. -- cgit v1.3-2-g0d8e