Add docstrings to advice

This commit is contained in:
Case Duckworth 2022-01-04 14:40:26 -06:00
parent be93fbccf5
commit 148c2b46f4
2 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,8 @@
;;; Code:
;; Message when loading a library.
(define-advice load (:before (feature &rest _))
"Message the user when loading a library."
(with-temp-message (format "Now loading: '%s'" feature)))
;;; Speed up init

View File

@ -861,6 +861,7 @@ See also `crux-reopen-as-root-mode'."
"S-SPC" #'+elfeed-scroll-down-command)
(:hook #'reading-mode)
(define-advice elfeed-show-entry (:after (&rest _))
"Re-flow the entry a short time after showing it."
(run-at-time 0 nil #'elfeed-show-refresh))))
(setup (:straight elfeed-org)