Silence unused retval warnings from package!
This commit is contained in:
parent
c1ff03ebed
commit
09b49ee83a
1 changed files with 2 additions and 1 deletions
|
@ -350,7 +350,8 @@ elsewhere."
|
||||||
(error-message-string e)))))
|
(error-message-string e)))))
|
||||||
;; This is the only side-effect of this macro!
|
;; This is the only side-effect of this macro!
|
||||||
(setf (alist-get name doom-packages) plist)
|
(setf (alist-get name doom-packages) plist)
|
||||||
(not (plist-get plist :disable))))
|
(with-no-warnings
|
||||||
|
(not (plist-get plist :disable)))))
|
||||||
|
|
||||||
(defmacro disable-packages! (&rest packages)
|
(defmacro disable-packages! (&rest packages)
|
||||||
"A convenience macro for disabling packages in bulk.
|
"A convenience macro for disabling packages in bulk.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue