lang/org: fix some ob packages not loading #2241
This commit is contained in:
parent
4ccfb8cf49
commit
14c87e6943
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue