Change elfeed entry font

This commit is contained in:
coolneng 2023-08-27 07:47:24 +02:00
parent 039cacf3dd
commit b6e0a698e6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
(let ((inhibit-read-only t) (let ((inhibit-read-only t)
(inhibit-modification-hooks t)) (inhibit-modification-hooks t))
(visual-fill-column-mode) (visual-fill-column-mode)
(setq-local shr-current-font '(:family "Raleway" :height 1.1)) (setq-local shr-current-font '(:family "Lato" :height 1.1))
(set-buffer-modified-p nil)))) (set-buffer-modified-p nil))))
;; Set up the mail stack ;; Set up the mail stack
(after! mu4e (load! "+mail")) (after! mu4e (load! "+mail"))