Manuel Kaufmann
Manuel Kaufmann
Está buena la idea. Si mandás un PR con eso lo acepto de 1 ;)
Enough with just setting the env variable: https://github.com/humitos/emacs-configuration/commit/b6f0edb
Maybe this package is what I want, https://github.com/proofit404/pyenv-mode
Combine this settings with https://github.com/melpa/melpa
I was also recommended to use https://github.com/wolray/symbol-overlay which seems to be better than the other two.
PyCharm does this: 
https://github.com/fgallina/python.el/blob/master/python.el#L416
`[a-z0-9_]+=` it's a regex that works in most of the cases... but it doesn't omit those keyword arguments from the `def` for example.
`[^def]\(?\n?[a-z0-9_]+=`
https://www.emacswiki.org/emacs/Face#toc1