emacsorphanage/req-package

need a :disabled t like in use-package

Closed this issue · 2 comments

I like this package very much! I wish it had a :disabled tag so I could disable packages that are giving me trouble.

I wasn't able to test this but will it work if I put
(req-package foo
:force 1
:disabled t
... init, config, require, etc that will all be ignored
)

req-package already has it, did you try? In fact req-package has all keywords use-package has. You can even use some libs that add new keywords to use-package (e.g. use-package-chords) and it will work with req-package as well. All req-package does is adding few more keywords on top of use package but not via use-package extension system as it's not suitable enough.

closing as not an issue, this thing works fine