emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tempel a0cd0b8dca 2/2: Expand docstring of tempel-path


From: ELPA Syncer
Subject: [elpa] externals/tempel a0cd0b8dca 2/2: Expand docstring of tempel-path (Fix #63)
Date: Thu, 4 Aug 2022 10:57:57 -0400 (EDT)

branch: externals/tempel
commit a0cd0b8dcadcf9bf44c77f8e99b46772527be3a3
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]