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

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

[elpa] externals/tempel c16a2b7399: README: Add eshell templates


From: ELPA Syncer
Subject: [elpa] externals/tempel c16a2b7399: README: Add eshell templates
Date: Thu, 10 Feb 2022 16:57:50 -0500 (EST)

branch: externals/tempel
commit c16a2b7399132caa35fe927f6657900c762cd61f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README: Add eshell templates
---
 README.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.org b/README.org
index 9642abb7d2..2911cc5404 100644
--- a/README.org
+++ b/README.org
@@ -137,6 +137,16 @@ the template. Behind the name, the Tempo syntax elements 
follow.
   (rec "(letrec (" p ")" n> r> ")")
   (command "(defun " p " (" p ")\n  \"" p "\"" n> "(interactive)" n> r> ")")
 
+  eshell-mode
+
+  (for "for " (p "i") " in " p " { " p " }")
+  (while "while { " p " } { " p " }")
+  (until "until { " p " } { " p " }")
+  (if "if { " p " } { " p " }")
+  (if-else "if { " p " } { " p " } { " p " }")
+  (unless "unless { " p " } { " p " }")
+  (unless-else "unless { " p " } { " p " } { " p " }")
+
   text-mode
 
   (cut "--8<---------------cut here---------------start------------->8---" n r 
n



reply via email to

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