X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/78d731e133fcef8464acb1d0eb8a51864d0189cd..49ec21e975bb2334141479c28081524a00497f46:/.emacs.d/lisp/bandali-org.el diff --git a/.emacs.d/lisp/bandali-org.el b/.emacs.d/lisp/bandali-org.el index 940e556..87dbb85 100644 --- a/.emacs.d/lisp/bandali-org.el +++ b/.emacs.d/lisp/bandali-org.el @@ -52,10 +52,15 @@ (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