mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: activate ob-ammonite on amm blocks
Instead of scala blocks.
This commit is contained in:
@ -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))))))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user