fix(snippets/org-mode): update gfm snippet so it actually works

This commit is contained in:
2022-03-14 18:16:11 +00:00
parent e8978f7b44
commit dbe14e827e

View File

@@ -1,5 +1,3 @@
# key: gfm
# --
# Local variables:
# after-save-hook: (lambda () (org-gfm-export-to-markdown) t)
# end:$0
# -*- eval: (add-hook 'after-save-hook 'org-gfm-export-to-markdown t t); -*-$0