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

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

[elpa] master c128580 096/177: yasnippet templates don't add newlines


From: João Távora
Subject: [elpa] master c128580 096/177: yasnippet templates don't add newlines
Date: Sat, 28 Mar 2015 15:41:11 +0000

branch: master
commit c128580598b8b548616da28930b9382e18d5394f
Author: Raimon Grau <address@hidden>
Commit: Raimon Grau <address@hidden>

    yasnippet templates don't add newlines
---
 yasnippet.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/yasnippet.el b/yasnippet.el
index 269d008..608cccf 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -185,7 +185,7 @@ as the default for storing the user's new snippets."
 (defvaralias 'yas/root-directory 'yas-snippet-dirs)
 
 (defcustom yas-new-snippet-default "\
-# -*- mode: snippet -*-
+# -*- mode: snippet; require-final-newline: nil -*-
 # name: $1
 # key: ${2:${1:$(yas--key-from-desc yas-text)}}${3:
 # binding: ${4:direct-keybinding}}${5:



reply via email to

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