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