dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a94892d430ba4e515867b90245a6d94c83b4d97b
parent 7eb9a8fe26cb88a7cec05e564e6ac202c29ba53b
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 17 Sep 2017 15:57:16 +0300

Add pyvenv-tracking-mode and its explanation

Diffstat:
Mmyinit.org | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/myinit.org b/myinit.org @@ -476,12 +476,20 @@ Org bullets makes things look pretty. **** pyvenv + +- pyvenv-mode + - Responsible of entering and using virtualenvs. +- pyvenv-tracking-mode + - Responsible of entering a virtualenv as requested in an + add-dir-local-variable or an add-file-local-variable. + #+BEGIN_SRC emacs-lisp (req-package pyvenv :loader :elpa :config (pyvenv-mode) + (pyvenv-tracking-mode) (setq pyvenv-virtualenvwrapper-python "/usr/bin/env python") ) #+END_SRC