summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-04 21:58:51 -0600
committerCase Duckworth2021-02-04 21:58:51 -0600
commitbd56d849607414fcd82c5399bd1c917c6aa05f7c (patch)
treef909c02e312a2f51781df5ec5efe3680319b16e3 /config.org
parentChange elfeed/db locaton (diff)
downloademacs-bd56d849607414fcd82c5399bd1c917c6aa05f7c.tar.gz
emacs-bd56d849607414fcd82c5399bd1c917c6aa05f7c.zip
Add text-scale-adjust to elfeed show
Considering making a more general "reading mode".
Diffstat (limited to 'config.org')
-rw-r--r--config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.org b/config.org index 858d21e..0511321 100644 --- a/config.org +++ b/config.org
@@ -1954,6 +1954,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast
1954 1954
1955#+begin_src emacs-lisp :noweb-ref hooks 1955#+begin_src emacs-lisp :noweb-ref hooks
1956 (defun hook--elfeed-show () 1956 (defun hook--elfeed-show ()
1957 (text-scale-adjust +1)
1957 (visual-fill-column-mode +1)) 1958 (visual-fill-column-mode +1))
1958 1959
1959 (add-hook 'elfeed-show-mode-hook #'hook--elfeed-show) 1960 (add-hook 'elfeed-show-mode-hook #'hook--elfeed-show)