1
0
Fork 0

[oni-org] Automatically load ‘ob-dot’

This commit is contained in:
Tom Willemse 2023-05-30 17:38:38 -07:00
parent d919a0ab6a
commit 0a0460e907

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2023.0526.235125
;; Version: 2023.0530.173825
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table)
;; This program is free software; you can redistribute it and/or modify
@ -502,6 +502,7 @@ also move point to the start of the heading."
(add-to-list 'org-modules 'org-tempo)
(add-to-list 'org-babel-load-languages '(java . t))
(add-to-list 'org-babel-load-languages '(dot . t))
(add-hook 'before-save-hook #'oni-org-update-all-dblocks-live)
(add-hook 'org-mode-hook #'oni-org-set-tag-faces)