From 0b5a779a14b763910696016566a3d123d004fee9 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Tue, 20 Oct 2020 10:57:29 +0000 Subject: [PATCH] cleaned up config and tried to defer some loading --- snippets/org-mode/table to matrix | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/snippets/org-mode/table to matrix b/snippets/org-mode/table to matrix index 3af92d6..ee20bc6 100644 --- a/snippets/org-mode/table to matrix +++ b/snippets/org-mode/table to matrix @@ -1,6 +1,6 @@ -# -*- mode: snippet -*- -# name: Org table to latex matrix -# key: lmatrix -# -- -#+attr_latex: :mode math :environment matrix -$0 +# -*- mode: snippet -*- +# name: Org table to latex matrix +# key: lmatrix +# -- +#+attr_latex: :mode math :environment matrix +$0 -- Gitblit v1.9.3