branch: externals/tempel
commit 0c60324b6dfca09218ef5959023ad84e1a28cf27
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    README: Clarify lisp data files (Fix #63)
---
 README.org | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 7870539305..ed8f7344c8 100644
--- a/README.org
+++ b/README.org
@@ -91,7 +91,8 @@ The package is available on GNU ELPA and MELPA and can be 
installed with
 
 * Template file format
 
-The templates are defined in a Lisp data file configured by ~tempel-path~. By
+The templates are defined in a Lisp data file configured by ~tempel-path~. Lisp
+data files are files containing Lisp s-expressions (see ~lisp-data-mode~). By
 default the file =~/.config/emacs/templates= is used. The templates are 
grouped by
 major mode with an optional ~:when~ condition. Each template is a list in the
 concise form of the Emacs Tempo syntax. The first element of each list is the

Reply via email to