refactor!(lib): remove {doplist!,plist-delete!,doom-plist-delete}

BREAKING CHANGE: With 26.x support dropped, I've dropped:

- doom-plist-delete: use map-delete instead
- plist-delete!: use cl-callf + map-delete instead
- doplist: use (cl-loop for X on PLIST by #'cddr ...) instead

These were removed as part of an ongoing effort to eliminate
redundancies with built-in packages and reduce Doom's overall footprint.
This commit is contained in:
Henrik Lissner 2022-06-17 14:28:41 +02:00
parent fd12794930
commit cb03d3258d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
3 changed files with 2 additions and 35 deletions

View file

@ -51,7 +51,7 @@ exist, and `org-link' otherwise."
(if (file-exists-p file-name)
'org-link
'error)))
(doom-plist-delete plist :requires))))
(plist-put plist :requires nil))))
;;