emacs-traad icon indicating copy to clipboard operation
emacs-traad copied to clipboard

Make traad work with pipenv-mode

Open asyncmind0 opened this issue 5 years ago • 0 comments

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

asyncmind0 avatar Nov 11 '19 23:11 asyncmind0