fix(emacs): add python to org babel
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a1ad9923a6
commit
66731afaf4
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@
|
|||
;; Enable Racket in Org-mode Babel
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
'((racket . t)))
|
||||
'((racket . t)
|
||||
(python . t)))
|
||||
|
||||
(setcar (nthcdr 4 org-emphasis-regexp-components) 20)
|
||||
(org-set-emph-re 'org-emphasis-regexp-components org-emphasis-regexp-components)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue