dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4408edbb3e867b0333d209efbfa5f08dec29a853
parent 796459c5f4c8982e6ceaf0cfbb55af5a2c8a1109
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 16 Aug 2022 13:12:01 +0200

emacs: load ox-gfm after ox

Diffstat:
Memacs/config.org | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1000,7 +1000,7 @@ To make this work with Zola, I need to export Github-flavored markdown (fenced c #+begin_src emacs-lisp (require 'ox-publish) - (use-package ox-gfm) + (use-package ox-gfm :after ox) #+end_src First difficulty: Zola needs front matter with ~+++...+++~.