Configuring Emacs for Python

Viewed 27

Can someone help me configure Python and Emacs?

I know I'm supposed to use this code

(org-babel-do-load-languages
 'org-babel-load-languages
 '((python . t)))

But where do I put it? And do I need anything else?

0 Answers
Related