summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index f15bf31..ca360ca 100644 --- a/init.el +++ b/init.el
@@ -861,6 +861,7 @@ See also `crux-reopen-as-root-mode'."
861 "S-SPC" #'+elfeed-scroll-down-command) 861 "S-SPC" #'+elfeed-scroll-down-command)
862 (:hook #'reading-mode) 862 (:hook #'reading-mode)
863 (define-advice elfeed-show-entry (:after (&rest _)) 863 (define-advice elfeed-show-entry (:after (&rest _))
864 "Re-flow the entry a short time after showing it."
864 (run-at-time 0 nil #'elfeed-show-refresh)))) 865 (run-at-time 0 nil #'elfeed-show-refresh))))
865 866
866(setup (:straight elfeed-org) 867(setup (:straight elfeed-org)