Skip to content

Commit

Permalink
Add in cl-lib dependency (fix zk-phi#40)
Browse files Browse the repository at this point in the history
This patch fixes the error where (void-variable memavailable) appears
while running in the minibuffer; the error occurs because cl-lib is
needed to use cl-destructuring bind.
  • Loading branch information
nsflores1 committed Jun 5, 2022
1 parent 8dd8b6d commit f363f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symon.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

(require 'battery)
(require 'ring)
(require 'cl-lib)

(defconst symon-version "1.2.0")

Expand Down

0 comments on commit f363f01

Please sign in to comment.