branch: externals/tempel commit a0cd0b8dcadcf9bf44c77f8e99b46772527be3a3 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Expand docstring of tempel-path (Fix #63) --- tempel.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tempel.el b/tempel.el index 6685cfeb4a..3d77a1f9c9 100644 --- a/tempel.el +++ b/tempel.el @@ -50,7 +50,10 @@ (defcustom tempel-path (expand-file-name "templates" user-emacs-directory) "A file or a list of template files. -The file paths can contain wildcards." +The file paths can contain wildcards, e.g., +\"~/.config/emacs/templates/*/*.eld\", which matches all +`lisp-data-mode' files in the subdirectories of the templates +directory." :type '(choice string (repeat string))) (defcustom tempel-trigger-prefix nil