diff options
author | Case Duckworth | 2021-02-04 17:57:14 -0600 |
---|---|---|
committer | Case Duckworth | 2021-02-04 17:57:14 -0600 |
commit | dc30a4c7558d67dfc3f2c673999a5307151c582f (patch) | |
tree | 4d3d775c6bfa0874eca38116814d5e6da94082db | |
parent | Add elfeed db as a submodule (diff) | |
download | emacs-dc30a4c7558d67dfc3f2c673999a5307151c582f.tar.gz emacs-dc30a4c7558d67dfc3f2c673999a5307151c582f.zip |
Change elfeed-show-mode-hook
-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 |