dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 5e2d5101ef6d5133ae42834c4ccd890ae439c7ef
parent cd974813605007c3850277a6e1b0135ec1b68f8d
Author: Lukas Henkel <lh@entf.net>
Date:   Sat, 25 Nov 2023 12:27:31 +0100

Only set the font for the default face

Otherwise this breaks a lot of themes

Diffstat:
Minit.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init.el b/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