From c1e21065ac8e79c57105cbdf86e63b4822009fbf Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sun, 10 Apr 2022 03:04:22 +0000 Subject: [PATCH] fix flyspell and theme loading --- 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