home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit dcc23d468109f4304249850a02673bfce91404ee
parent f4eb494d08c5f6365c1ff4b75470bfbd6af04dcd
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  3 Jan 2024 18:23:18 +0100

tools/emacs: config some org-babel

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 26++++++++++++++++++++++++++
1 file changed, 26 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -286,6 +286,32 @@ file which do not already have one." (consult-notes-denote-mode))) (use-package orgit) + +(use-package ob-async + :after org + :commands (ob-async-org-babel-execute-src-block)) +(use-package ob-emacs-lisp + :after org + :commands (org-babel-execute:emacs-lisp org-babel-execute:elisp)) +(use-package ob-go + :after org + :commands (org-babel-execute:go)) +(use-package ob-python + :after org + :commands (org-babel-execute:python)) +(use-package ob-shell + :after org + :commands (org-babel-execute:ash + org-babel-execute:bash + org-babel-execute:csh + org-babel-execute:dash + org-babel-execute:fish + org-babel-execute:ksh + org-babel-execute:mksh + org-babel-execute:posh + org-babel-execute:sh + org-babel-execute:shell + org-babel-execute:zsh)) ;; (use-package org ;; ;; :ensure org-plus-contrib ;; load from the package instead of internal ;; :mode (("\\.org$" . org-mode)