symon
symon copied to clipboard
Add in cl-lib dependency (fix #40)
This patch fixes the error where (void-variable memavailable) appears in the minibuffer repeatedly instead of symon; the error occurs because cl-lib is needed to use cl-destructuring bind, and cl-lib is not explicitly declared.
Added another patch which fixes another small issue.