1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-08-25 06:31:43 +02:00

Fix build issues on OLYMPE

This commit is contained in:
q-posev 2021-08-25 16:49:27 +03:00
parent c381d5de4b
commit d4badd0cf4

View File

@ -18,17 +18,14 @@
(setq org-confirm-babel-evaluate nil)
(global-font-lock-mode t)
(setq org-src-fontify-natively t)
(require 'org)
(org-babel-do-load-languages
'org-babel-load-languages
'(
(emacs-lisp . t)
(shell . t)
(python . t)
(fortran . t)
(C . t)
(org . t)
(makefile . t)
))
(setq org-babel-python-command "python3 -q")