Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

void-function which-key-declare-prefixes #319

Open
incandescentman opened this issue Aug 1, 2021 · 3 comments
Open

void-function which-key-declare-prefixes #319

incandescentman opened this issue Aug 1, 2021 · 3 comments

Comments

@incandescentman
Copy link

Since the most recent update, I'm getting this error message:

(void-function which-key-declare-prefixes)  

I see that others are having the same issue, but I haven't found a solution.

@justbur
Copy link
Owner

justbur commented Aug 4, 2021

That has been an obsolete function for a while, and I finally removed it.

@incandescentman
Copy link
Author

incandescentman commented Aug 7, 2021

So what's the solution? I'm unable to open Emacs, even though which-key-declare-prefixes doesn't occur in my configuration.

(If it's helpful, I'm using the master branch of Spacemacs. I tried switching to the develop branch, but that breaks other things.)

@justbur
Copy link
Owner

justbur commented Aug 17, 2021

Well since you don't have control over your configuration it's more complicated. Maybe using something like this early in the boot process will make it usable until the issue is fixed upstream

(defalias 'which-key-declare-prefixes 'ignore)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants