From 49ec21e975bb2334141479c28081524a00497f46 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 16 Jan 2023 21:26:05 -0500 Subject: [PATCH] * .emacs.d/lisp/bandali-org.el: Add ox-md export backend. --- .emacs.d/lisp/bandali-org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/lisp/bandali-org.el b/.emacs.d/lisp/bandali-org.el index 9ffa538..87dbb85 100644 --- a/.emacs.d/lisp/bandali-org.el +++ b/.emacs.d/lisp/bandali-org.el @@ -58,6 +58,9 @@ (add-hook 'org-mode-hook #'auto-fill-mode) (add-hook 'org-mode-hook #'flyspell-mode) + ;; additional export backends + (require 'ox-md) + ;; asynchronous tangle, using emacs-async to asynchronously tangle an ;; org file. closely inspired by ;; https://github.com/dieggsy/dotfiles/tree/cc10edf7701958eff1cd94d4081da544d882a28c/emacs.d#dotfiles -- 2.20.1