Only modify +org-babel-mode-alist after Org loaded

This commit is contained in:
TEC 2022-09-25 19:15:21 +08:00
parent 43d9db2b55
commit 7043ecfc25
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 2 additions and 1 deletions

View File

@ -12025,7 +12025,8 @@ Syntax highlighting is nice, so let's turn all of that on
Lastly, in the event that I use =JAGS=, it would be nice to be able to use =jags= as
the language identifier, not =ess-jags=.
#+begin_src emacs-lisp
(add-to-list '+org-babel-mode-alist '(jags . ess-jags))
(after! org
(add-to-list '+org-babel-mode-alist '(jags . ess-jags)))
#+end_src
** LaTeX