diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-20 11:00:18 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-20 11:00:18 +0200 |
commit | 49a9c5026ee3e84eab0c0f0508d9b239696b5f5c (patch) | |
tree | af216b79f9d392dbe61bab11c7ff287c2422c1dc /snippets/ebuild-mode/docs.yas | |
parent | add tc-export.yas (diff) | |
download | emacs-ebuild-snippets-49a9c5026ee3e84eab0c0f0508d9b239696b5f5c.tar.gz emacs-ebuild-snippets-49a9c5026ee3e84eab0c0f0508d9b239696b5f5c.tar.bz2 emacs-ebuild-snippets-49a9c5026ee3e84eab0c0f0508d9b239696b5f5c.zip |
ebuild-mode: remove end lines where they should not appear
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'snippets/ebuild-mode/docs.yas')
-rw-r--r-- | snippets/ebuild-mode/docs.yas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/ebuild-mode/docs.yas b/snippets/ebuild-mode/docs.yas index 160482d..f69d189 100644 --- a/snippets/ebuild-mode/docs.yas +++ b/snippets/ebuild-mode/docs.yas @@ -23,4 +23,4 @@ # -- -DOCS=( ${1:README.md} $0 ) +DOCS=( ${1:README.md} $0 )
\ No newline at end of file |