commit 5e2d5101ef6d5133ae42834c4ccd890ae439c7ef from: Lukas Henkel date: Sat Nov 25 11:27:31 2023 UTC Only set the font for the default face Otherwise this breaks a lot of themes commit - cd974813605007c3850277a6e1b0135ec1b68f8d commit + 5e2d5101ef6d5133ae42834c4ccd890ae439c7ef blob - 94de0378ea02ec12c76773f20b35a9c9a09fcbe1 blob + be459eeeba2c90a57ceda52984c917fb90568c6d --- init.el +++ init.el @@ -409,7 +409,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:inherit nil :extend nil :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 110 :width normal :foundry " " :family "Go Mono")))) + '(default ((t (:family "Go Mono")))) '(variable-pitch ((t (:family "IBM Plex Serif"))))) ;; This is the place where I override all customize stuff