diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 03:58:37 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 03:58:37 +0100 |
commit | 3cf0656e0ccedd7326b562359543e999cc08ba08 (patch) | |
tree | 8b8072f6ca4e3b3866d402f3458d4ff52a2f3d4f /snippets | |
parent | snippets/ebuild-mode/econf.yas: array (diff) | |
download | emacs-ebuild-snippets-3cf0656e0ccedd7326b562359543e999cc08ba08.tar.gz emacs-ebuild-snippets-3cf0656e0ccedd7326b562359543e999cc08ba08.tar.bz2 emacs-ebuild-snippets-3cf0656e0ccedd7326b562359543e999cc08ba08.zip |
snippets/ebuild-mode/docs.yas: remove braces
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'snippets')
-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 fe852cd..57da0c0 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 ) |