dotemacs

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

commit 9de841f9fa625a5690cceed7930ef857a90c48df
parent 2812bb013af55d333803010bb46319401b7d7200
Author: Lukas Henkel <lh@entf.net>
Date:   Thu, 31 Mar 2022 23:01:35 +0200

Switch to pure white background for added contrast

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

diff --git a/init.el b/init.el @@ -215,7 +215,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 "#dcdad5" :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 (: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")))) '(variable-pitch ((t (:family "IBM Plex Serif"))))) ;; This is the place where I override all customize stuff