From 148c2b46f4071d95f5b692197b1716e7357af000 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 4 Jan 2022 14:40:26 -0600 Subject: Add docstrings to advice --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 02f92c2..462643a 100644 --- a/early-init.el +++ b/early-init.el @@ -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 -- cgit 1.4.1-21-gabe81