mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: fix some ob packages not loading #2241
This commit is contained in:
@ -217,7 +217,7 @@ background (and foreground) match the current theme."
|
||||
(defun +org--babel-lazy-load (lang)
|
||||
(cl-check-type lang symbol)
|
||||
(or (run-hook-with-args-until-success '+org-babel-load-functions lang)
|
||||
(require (intern-soft (format "ob-%s" lang)) nil t)
|
||||
(require (intern (format "ob-%s" lang)) nil t)
|
||||
(require lang nil t)))
|
||||
|
||||
(defadvice! +org--src-lazy-load-library-a (lang)
|
||||
|
Reference in New Issue
Block a user