Manoel V. Machado
Manoel V. Machado
@vindarel The cause of this problem it seems related with how theme inheritance works related to the methods `get-foreground-color` and `get-background-color` are being defined. Instead of defining this as previously:...
I am still able to reproduce this issue. Previously, about a year ago, I implemented a workaround using `defadvice` to bypass the `helm-descbinds` upgrade and reverted to an earlier version...
I organized my personal fix in my local repository and opened a PR: https://github.com/bbatsov/prelude/pull/1435 It's not perfect, but at least avoid the crash. The which-key-mode is still disabled using helm-everywhere...