emacs-traad
emacs-traad copied to clipboard
Make traad work with pipenv-mode
Currently I'm using a hack as such :
(add-hook 'pipenv-mode-hook
(lambda ()
(setq traad-server-program (concat python-shell-virtualenv-root "/bin/traad"))
))
but this could be integrated better