From 08206758df55467cd8b9e735b0ea3345d5fc43c7 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Thu, 18 Jan 2024 00:54:56 -0500 Subject: [PATCH] fix(emacs): add java to org babel Signed-off-by: Lucas Sta Maria --- .emacs.d/include/orgconfig.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/include/orgconfig.el b/.emacs.d/include/orgconfig.el index 73da49f..816d4ec 100644 --- a/.emacs.d/include/orgconfig.el +++ b/.emacs.d/include/orgconfig.el @@ -19,7 +19,8 @@ (org-babel-do-load-languages 'org-babel-load-languages '((racket . t) - (python . t))) + (python . t) + (java . t))) (setcar (nthcdr 4 org-emphasis-regexp-components) 20) (org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components)