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

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

[elpa] externals/tempel 091117d818: Update README


From: ELPA Syncer
Subject: [elpa] externals/tempel 091117d818: Update README
Date: Wed, 12 Jan 2022 09:57:45 -0500 (EST)

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

    Update README
---
 README.org | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index d333ac1d9f..e514694306 100644
--- a/README.org
+++ b/README.org
@@ -14,7 +14,7 @@
 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 I present to
+decades. However it may look a bit dusty here and there. Therefore we present 
to
 you, Tempel, a modernized implementation of Tempo, in the form of three
 commands:
 
@@ -50,14 +50,16 @@ well to the hackable nature of Emacs. Tempel took 
inspiration from the
 
 * Quick start
 
-As of 2022-01-05 the package is not yet available in a package repository
-and has to be installed manually with ~package-install-file~.
+The package is available on GNU ELPA and can be installed with 
=package-install=.
+In the following we show an example configuration, which relies on on
+=use-package=.
 
 #+begin_src emacs-lisp
-  ;; Bind the Tempel commands
+  ;; Configure Tempel
   (use-package tempel
     :bind (("M-+" . tempel-complete) ;; Alternative tempel-expand
            ("M-*" . tempel-insert))
+
     :init
 
     ;; Setup completion at point
@@ -70,6 +72,7 @@ and has to be installed manually with ~package-install-file~.
       ;; want to see all matches, but then Tempel will probably trigger too
       ;; often when you don't expect it.
       (add-hook 'completion-at-point-functions #'tempel-expand -1 'local))
+
     (add-hook 'prog-mode-hook 'tempel-setup-capf)
     (add-hook 'text-mode-hook 'tempel-setup-capf)
 



reply via email to

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