[oni-org] Add gnuplot to automatically loaded languages for Babel
This commit is contained in:
parent
e7a0af01ab
commit
b6fb021442
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2023.0604.153631
|
||||
;; Version: 2023.0604.154518
|
||||
;; 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
|
||||
|
@ -511,6 +511,7 @@ also move point to the start of the heading."
|
|||
|
||||
(add-to-list 'org-babel-load-languages '(java . t))
|
||||
(add-to-list 'org-babel-load-languages '(dot . t))
|
||||
(add-to-list 'org-babel-load-languages '(gnuplot . t))
|
||||
|
||||
(add-hook 'before-save-hook #'oni-org-update-all-dblocks-live)
|
||||
(add-hook 'org-mode-hook #'oni-org-set-tag-faces)
|
||||
|
|
Loading…
Reference in a new issue