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

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

[elpa] externals/tempel a1236dd57f: Improve tempel--print-template


From: ELPA Syncer
Subject: [elpa] externals/tempel a1236dd57f: Improve tempel--print-template
Date: Mon, 23 Jan 2023 02:58:25 -0500 (EST)

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

    Improve tempel--print-template
---
 tempel.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tempel.el b/tempel.el
index 1763906366..1b8d82ef30 100644
--- a/tempel.el
+++ b/tempel.el
@@ -167,7 +167,8 @@ may be named with `tempel--name' or carry an evaluatable 
Lisp expression
       (and (not (car noinsert))
            (propertize (symbol-name name) 'face 'completions-annotations)))
      ('> #(" " 0 1 (face completions-annotations)))
-     ((or 'n 'n> '& '% 'o) #("\n" 0 1 (face completions-annotations)))
+     ('n> #("\n " 0 2 (face completions-annotations)))
+     ((or 'n '& '% 'o) #("\n" 0 1 (face completions-annotations)))
      (_ #("_" 0 1 (face shadow))))))
 
 (defun tempel--annotate (templates width ellipsis sep name)



reply via email to

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