defunkt / gist.el

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

Fixes #74 Updated gist-edit-current-description #77

Closed rothmichaels closed 8 years ago

rothmichaels commented 8 years ago

Originally I thought sigma/gh.el#64 was enough to fix #74, but I had forgotten I had made this one small change to gist.el.


Changed clone call to not set :files to nil.

This combined with sigma/gh.el#64 fixes #74.