From 22144e0af9b63565b9ca1d3aed96e92ffaa5ec6f Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 30 Mar 2024 19:21:48 +0100 Subject: [PATCH] Use monospace font in nov --- bundle/bundle--package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index eb625062..dea5cce2 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -37,7 +37,7 @@ :custom (nov-header-line-format nil) (nov-text-width 82) - (nov-variable-pitch t) + (nov-variable-pitch nil) :config (require 'shrface) (setq nov-shr-rendering-functions '((img . nov-render-img) (title . nov-render-title)))