From ff35b8883404ea8921e7c3006e98668db4d9bedf Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sun, 25 Feb 2024 12:49:22 +0100 Subject: [PATCH] Remove settings for variable pitch font --- bundle/bundle--package.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index ebae3b6b..026aeb1e 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -20,9 +20,7 @@ shr-width nil)) (defun mk/nov-font-settings () - (setq-local line-spacing 2) - (when (eq system-type 'gnu/linux) - (face-remap-add-relative 'variable-pitch :weight 'normal :height 1.0 :family "Bitter Pro"))) + (setq-local line-spacing 2)) (use-package nov :hook ((nov-mode . visual-line-mode)