From b809fc504cea8f0c7e4f4b26672222012db25420 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 26 Nov 2024 09:12:03 +0100 Subject: [PATCH] Correct formatting --- share/doc/python-emacs-setup.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/share/doc/python-emacs-setup.org b/share/doc/python-emacs-setup.org index 4a8e11e..24f3cad 100644 --- a/share/doc/python-emacs-setup.org +++ b/share/doc/python-emacs-setup.org @@ -420,10 +420,11 @@ Here’s a basic example of how to set up ~direnv~ for a Python project: export VIRTUAL_ENV=.venv layout python3 #+end_src - 2. Enable ~direnv~ for this directory: - #+begin_src shell - direnv allow - #+end_src + +2. Enable ~direnv~ for this directory: + #+begin_src shell + direnv allow + #+end_src From this point on, commands like ~command -v python~ or ~type -a python~ will point to the local Python version specified in your project.