glittershark / org-clubhouse

Simple, unopinionated integration between Emacs's org-mode and the Clubhouse issue tracker
MIT License
28 stars 13 forks source link

clean up deps #32

Closed markgdawson closed 3 years ago

markgdawson commented 3 years ago

It seems that I added some packages that are builtin in a previous PR. I also believe that dash-functional is included in dash.

This PR fixes those mistakes.

markgdawson commented 3 years ago

The package dash-functional seems to be obsolete, and I get deprecation errors. I believe dash-functional can now be removed from the dependencies and replaced with (require 'dash) and Package-Requires: ((dash "2.18.0")).