diff options
author | Franck Cuny <franck@fcuny.net> | 2023-06-07 17:43:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-06-07 17:46:42 -0700 |
commit | e72371625cc9343f62b8cca2e70e93cbbfc97a26 (patch) | |
tree | 7cfd0a37eb1917fd4c4da2b31fa315977b08fb54 | |
parent | add the package restclient (diff) | |
download | emacs.d-e72371625cc9343f62b8cca2e70e93cbbfc97a26.tar.gz |
we don't need ob-emamux
Change-Id: I08edc577c29b0ae9f50423a9797a97d9ae7a6c53
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org index 8ffa974..f9daee3 100644 --- a/init.org +++ b/init.org @@ -1647,7 +1647,7 @@ This is to make =org-mode= document looks a bit nicer. #+begin_src emacs-lisp (use-package org-babel :no-require t - :after (org ob-emamux) + :after (org) :config (org-babel-do-load-languages 'org-babel-load-languages |