summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-04 17:57:14 -0600
committerCase Duckworth2021-02-04 17:57:14 -0600
commitdc30a4c7558d67dfc3f2c673999a5307151c582f (patch)
tree4d3d775c6bfa0874eca38116814d5e6da94082db /config.org
parentAdd elfeed db as a submodule (diff)
downloademacs-dc30a4c7558d67dfc3f2c673999a5307151c582f.tar.gz
emacs-dc30a4c7558d67dfc3f2c673999a5307151c582f.zip
Change elfeed-show-mode-hook
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
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