defunkt / gist.el

Yet another Emacs paste mode, this one for Gist.
550 stars 90 forks source link

gist.el doesn't use authsources #122

Open paradoja opened 3 years ago

paradoja commented 3 years ago

As commented here https://github.com/defunkt/gist.el/issues/113#issuecomment-785218081 by @nickanderson , there's no (easy) way of having gist.el use already configured authsources (eg. .authinfo or .authinfo.gpg), and instead relies on reading and writing information directly in the global .gitconfig.

Ideally, if the token/password for github is already in .authinfo or similar, it should not be required to find the password or token in the .gitconfig.