diff --git a/configuration.org b/configuration.org index af7a64464e4627d5191deea608a087931c38798b..9a98ceb02700e3850244ddb289bad2ec24534d48 100644 --- a/configuration.org +++ b/configuration.org @@ -654,6 +654,13 @@ Some of my configuration entries where borrowed from other people, see #+end_src + Use =python3= + +#+begin_src emacs-lisp +(setq org-babel-python-command "python3") +#+end_src + + * Completion setup