From 533a0cf5f9c55443ec3a17af2232f3397be247d6 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 01 Jan 2022 08:05:59 +0000 Subject: [PATCH] Gerrit interation isn't great and the package is unmaintained --- snippets/org-mode/elisp-expand | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/snippets/org-mode/elisp-expand b/snippets/org-mode/elisp-expand index be59a0c..d49e653 100644 --- a/snippets/org-mode/elisp-expand +++ b/snippets/org-mode/elisp-expand @@ -1,8 +1,8 @@ -# -*- mode: snippet -*- -# name: Org emacs-lisp code expand -# key: <el -# group: code snippets -# -- -#+BEGIN_SRC emacs-lisp -$0 -#+END_SRC +# -*- mode: snippet -*- +# name: Org emacs-lisp code expand +# key: <el +# group: code snippets +# -- +#+BEGIN_SRC emacs-lisp +$0 +#+END_SRC \ No newline at end of file -- Gitblit v1.9.3