lang/org: activate ob-ammonite on amm blocks
Instead of scala blocks.
This commit is contained in:
parent
a999a0ddd6
commit
c81b8445c4
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ background (and foreground) match the current theme."
|
|||
(when (featurep! :lang scala)
|
||||
(add-hook! '+org-babel-load-functions
|
||||
(defun +org-babel-load-ammonite-h (lang)
|
||||
(and (eq lang 'scala)
|
||||
(and (eq lang 'amm)
|
||||
(require 'ob-ammonite nil t))))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue