(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