* .emacs.d/lisp/bandali-org.el: Add ox-md export backend.
[~bandali/configs] / .emacs.d / lisp / bandali-org.el
index 940e556..87dbb85 100644 (file)
   (define-key org-mode-map (kbd "M-L") #'org-insert-last-stored-link)
   (define-key org-mode-map (kbd "M-O") #'org-toggle-link-display)
   ;; hooks
-  (add-hook 'org-mode-hook #'org-indent-mode)
+  ;; `org-indent-mode' doesn't seem to play nice with
+  ;; `display-fill-column-indicator'.
+  ;; (add-hook 'org-mode-hook #'org-indent-mode)
   (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