dotfiles

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

commit ce8f5fd0cb8c31d2757deb83cfd8b0896f732038
parent 0ccd3da854fdb0840a7748f3afc5d54f6cda5cd0
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Tue,  8 Aug 2017 13:25:14 +0300

Add python-x.

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

diff --git a/emacs/myinit.org b/emacs/myinit.org @@ -418,6 +418,14 @@ Org bullets makes things look pretty. ) #+END_SRC +**** python-x + +#+BEGIN_SRC emacs-lisp + (req-package python-x + :config + (python-x-setup)) +#+END_SRC + **** pyvenv #+BEGIN_SRC emacs-lisp