From 782ffa72bf459c10c2a74004263a4d2b49b7905f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 27 Jul 2017 20:41:12 -0400 Subject: snippets: Remove redundant (or nearly redundant) names The name field defaults to the file name, so don't bother explicitly specifying a name field that matches or nearly matches the file name. --- snippets/latex-mode/equation | 1 - snippets/latex-mode/figure | 1 - snippets/latex-mode/si | 1 - 3 files changed, 3 deletions(-) (limited to 'snippets/latex-mode') diff --git a/snippets/latex-mode/equation b/snippets/latex-mode/equation index 5eef9ce..139ff12 100644 --- a/snippets/latex-mode/equation +++ b/snippets/latex-mode/equation @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: equation # key: eq # -- \begin{equation} diff --git a/snippets/latex-mode/figure b/snippets/latex-mode/figure index afa8cfb..b530228 100644 --- a/snippets/latex-mode/figure +++ b/snippets/latex-mode/figure @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: figure # key: fig # -- \begin{figure} diff --git a/snippets/latex-mode/si b/snippets/latex-mode/si index ada5460..9e35cf9 100644 --- a/snippets/latex-mode/si +++ b/snippets/latex-mode/si @@ -1,5 +1,4 @@ # -*- mode: snippet -*- -# name: si # key: si # -- \SI{$1}{$2} $0 \ No newline at end of file -- cgit v1.2.3