From 3c3ae72a63003b2b6d3a759d5ce323cd6c451717 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 14 Mar 2025 00:53:40 -0400 Subject: [PATCH] Correct error message in user/tempel-include --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 9cc7fc2..33ec5a3 100644 --- a/init.el +++ b/init.el @@ -1620,7 +1620,7 @@ DOCSTRING is an optional form that is discarded upon expansion." (when (eq (car-safe elem) 'i) (if-let (template (alist-get (cadr elem) (tempel--templates))) (cons 'l (user/tempel-subst-names template (caddr elem))) - (message "tempel-include: Template not found: %s" (cadr elem))))) + (message "user/tempel-include: Template not found: %s" (cadr elem))))) (defun user/tempel-setup-capf () "Add `tempel-complete' to `completion-at-point-functions' (buffer-local). If `tempel-complete' is already a member of `completion-at-point-functions', it