diff options
author | Case Duckworth | 2021-02-04 21:58:51 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-04 21:58:51 -0600 |
commit | bd56d849607414fcd82c5399bd1c917c6aa05f7c (patch) | |
tree | f909c02e312a2f51781df5ec5efe3680319b16e3 | |
parent | Change elfeed/db locaton (diff) | |
download | emacs-bd56d849607414fcd82c5399bd1c917c6aa05f7c.tar.gz emacs-bd56d849607414fcd82c5399bd1c917c6aa05f7c.zip |
Add text-scale-adjust to elfeed show
Considering making a more general "reading mode".
-rw-r--r-- | config.org | 1 |
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) |