jwiegley / use-package

A use-package declaration for simplifying your .emacs
https://jwiegley.github.io/use-package
GNU General Public License v3.0
4.39k stars 259 forks source link

describe-personal-keybindings enhancement #969

Open jsyjr opened 2 years ago

jsyjr commented 2 years ago

I like describe-personal-keybindings a lot. But it is an optimistic view of my bindings. It tells me what bindings are described in my init-file but does not tell me whether those binding have stuff or have gotten clobbered by other packages.

Could this report be enhanced to call out when a use-package binding is no longer in effect?

skangas commented 1 year ago

Could you provide a minimal example of what you are talking about? Thanks.