From 9576da4b3ef8122a7112b00fcbfa10a734f4a810 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 May 2024 16:59:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(elfeed)=20Adjust=20item=20title?= =?UTF-8?q?=20face?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.org b/config.org index 9d61cf8..08f0502 100644 --- a/config.org +++ b/config.org @@ -476,6 +476,15 @@ Sometimes (most often a work) I share my screen during a video call to discuss s (set-face-attribute 'fixed-pitch nil :font mmk2410/fixed-font-name :height mmk2410/fixed-font-present-height :weight 'regular)) #+end_src +Additionally like to adjust some faces to my personal liking. + +#+begin_src emacs-lisp + (with-eval-after-load 'elfeed + (set-face-attribute 'message-header-subject nil + :font mmk2410/variable-font-name + :height 220)) +#+end_src + ** Set theme Installing and enabling Gruvbox light theme. /Disabled in favor of the Doom themes./