From df97780a87034dae1e5030d80952bbad88b13efb Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 16 Sep 2019 23:13:47 +0200 Subject: [PATCH] Add markdown export to org --- .emacs.d/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 010e748..49feee4 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -274,10 +274,12 @@ Irony requires M-x =irony-install-server=. :after yasnippet) #+END_SRC -*** Htmlize +*** Org #+BEGIN_SRC emacs-lisp (use-package htmlize) + + (use-package ox-gfm) #+END_SRC *** Prettify