Add new dependency (#2898)

No-littering depends also on `compat`. See it source code:

;; Package-Requires: ((emacs "25.1") (compat "29.1.3.4"))
This commit is contained in:
Lisp student 2023-03-19 20:01:02 +01:00 committed by GitHub
parent 5b68524a1b
commit 22c83206ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@
:description "Help keeping ~/.emacs.d clean"
:type github
:pkgname "emacscollective/no-littering"
:depends (cl-lib))
:depends (cl-lib compat))