From 158b825cd50ba8d0c0727a07c3dad5a4a801b0ae Mon Sep 17 00:00:00 2001 From: Correl Date: Mon, 28 Jun 2021 19:40:27 -0400 Subject: [PATCH] [emacs] use mixed-pitch for reading news stories --- .doom.d/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index f942056..38c0483 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -1306,7 +1306,9 @@ Read blogs and articles from the RSS feeds I follow. (defun my/elfeed-blogs () (interactive) - (my/elfeed-with-filters "@6-months-ago +unread +blog"))) + (my/elfeed-with-filters "@6-months-ago +unread +blog")) + + (add-hook! 'elfeed-show-mode-hook #'mixed-pitch-mode)) #+end_src ** Kubernetes Manage a Kubernetes cluster and set up remote shell/file access via TRAMP.