mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Silence unused retval warnings from package!
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user