diff options
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 4877dcb..5dba137 100644 --- a/config.org +++ b/config.org | |||
@@ -1947,7 +1947,7 @@ See [[https://github.com/redguardtoo/mastering-emacs-in-one-year-guide/blob/mast | |||
1947 | 1947 | ||
1948 | #+begin_src emacs-lisp :noweb-ref hooks | 1948 | #+begin_src emacs-lisp :noweb-ref hooks |
1949 | (defun hook--elfeed-show () | 1949 | (defun hook--elfeed-show () |
1950 | (visual-line-mode +1)) | 1950 | (visual-fill-column-mode +1)) |
1951 | 1951 | ||
1952 | (add-hook 'elfeed-show-mode-hook #'hook--elfeed-show) | 1952 | (add-hook 'elfeed-show-mode-hook #'hook--elfeed-show) |
1953 | #+end_src | 1953 | #+end_src |