diff options
Diffstat (limited to 'config.org')
-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) |