[emacs] use mixed-pitch for reading news stories

This commit is contained in:
Correl Roush 2021-06-28 19:40:27 -04:00
parent 0ced34adaf
commit 158b825cd5

View file

@ -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.