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

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

[elpa] externals/tempel e5f7604a4c: Update readme


From: ELPA Syncer
Subject: [elpa] externals/tempel e5f7604a4c: Update readme
Date: Tue, 15 Nov 2022 13:01:30 -0500 (EST)

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

    Update readme
---
 README.org | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/README.org b/README.org
index d9ec93bc7f..dfea6c7e9d 100644
--- a/README.org
+++ b/README.org
@@ -17,7 +17,9 @@ Tempel is a tiny template package for Emacs, which uses the 
syntax of the Emacs
 Tempo library. Tempo is an ancient temple of the church of Emacs. It is 27 
years
 old, but still in good shape since it successfully resisted change over the
 decades. However it may look a bit dusty here and there. Therefore we present
-Tempel, a modernized implementation of Tempo.
+Tempel, a modernized implementation of Tempo. Tempel integrates well with the
+standard =completion-at-point-functions= mechanism which is used by Emacs for
+in-buffer completion.
 
 #+toc: headlines 8
 
@@ -33,14 +35,14 @@ Tempel comes with three commands for template expansion:
   to ~completion-at-point-functions~.
 + ~tempel-insert~ selects a template by name and insert it into the current 
buffer.
 
-For the completion at point commands ~tempel-complete~ and ~tempel-expand~, 
you may
-want to give my [[https://github.com/minad/corfu][Corfu]] completion at point 
popup UI a try. After inserting the
-template you can move between the visible template fields with the keys ~M-{~, 
~M-}~
-or ~C-up/down~ which are normally bound to ~forward/backward-paragraph~. Tempel
-temporarily remaps these commands to ~tempel-next/previous~. The key
-bindings are defined in the ~tempel-map~ keymap. You can customize them there. 
As
-soon as you move before (behind) the first (last) field, the fields are
-finalized.
+For the commands ~tempel-complete~ and ~tempel-expand~, you may want to give my
+[[https://github.com/minad/corfu][Corfu]] completion at point popup UI a try. 
After inserting the template you can
+move between the visible template fields with the keys ~M-{~, ~M-}~ or 
~C-up/down~
+which are normally bound to ~forward/backward-paragraph~. Tempel temporarily
+remaps these commands to ~tempel-next/previous~. As soon as you move before
+(behind) the first (last) field, the fields are finalized. The key bindings are
+defined in the ~tempel-map~ keymap. I recommend that you inspect the 
~tempel-map~
+and look at the provided key bindings. You can customize the key bindings 
there.
 
 #+html: <table><tr><td><img 
src="https://github.com/minad/tempel/blob/screenshots/rst.gif?raw=true"; 
align="left"></td><td><img 
src="https://github.com/minad/tempel/blob/screenshots/latex.gif?raw=true"; 
align="left"></td><td><img 
src="https://github.com/minad/tempel/blob/screenshots/elisp.gif?raw=true"; 
align="left"></td></tr></table>
 



reply via email to

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