mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-23 03:00:08 +00:00
[emacs] use mixed-pitch for reading news stories
This commit is contained in:
parent
0ced34adaf
commit
158b825cd5
1 changed files with 3 additions and 1 deletions
|
@ -1306,7 +1306,9 @@ Read blogs and articles from the RSS feeds I follow.
|
||||||
|
|
||||||
(defun my/elfeed-blogs ()
|
(defun my/elfeed-blogs ()
|
||||||
(interactive)
|
(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
|
#+end_src
|
||||||
** Kubernetes
|
** Kubernetes
|
||||||
Manage a Kubernetes cluster and set up remote shell/file access via TRAMP.
|
Manage a Kubernetes cluster and set up remote shell/file access via TRAMP.
|
||||||
|
|
Loading…
Reference in a new issue