diff --git a/init.org b/init.org index 06b3525..15c888f 100644 --- a/init.org +++ b/init.org @@ -519,7 +519,6 @@ ;; Use a variable pitch, keeping fixed pitch where it's sensible (use-package mixed-pitch :defer t - :hook (text-mode . mixed-pitch-mode) :config (when (member "Source Serif 4" (font-family-list)) (set-face-attribute 'variable-pitch nil :family "Source Serif 4")))