mirror of
https://github.com/TREX-CoE/trexio.git
synced 2024-12-22 12:23:54 +01:00
Fix build issues on OLYMPE
This commit is contained in:
parent
c381d5de4b
commit
d4badd0cf4
@ -18,17 +18,14 @@
|
|||||||
(setq org-confirm-babel-evaluate nil)
|
(setq org-confirm-babel-evaluate nil)
|
||||||
(global-font-lock-mode t)
|
(global-font-lock-mode t)
|
||||||
(setq org-src-fontify-natively t)
|
(setq org-src-fontify-natively t)
|
||||||
|
(require 'org)
|
||||||
|
|
||||||
(org-babel-do-load-languages
|
(org-babel-do-load-languages
|
||||||
'org-babel-load-languages
|
'org-babel-load-languages
|
||||||
'(
|
'(
|
||||||
(emacs-lisp . t)
|
(emacs-lisp . t)
|
||||||
(shell . t)
|
|
||||||
(python . t)
|
(python . t)
|
||||||
(fortran . t)
|
|
||||||
(C . t)
|
|
||||||
(org . t)
|
(org . t)
|
||||||
(makefile . t)
|
|
||||||
))
|
))
|
||||||
|
|
||||||
(setq org-babel-python-command "python3 -q")
|
(setq org-babel-python-command "python3 -q")
|
||||||
|
Loading…
Reference in New Issue
Block a user