Replies: 2 comments 6 replies
-
|
There was a deprecation warning for some time starting from version 3.0. If you upgrade directly from 2.x to 3.3 you might not get the warning. The problem with deprecation warnings in the init.el is anyway that people don't see them, as long as the init.el is not compiled. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
I think this can be closed now, given the change to a warning. This way the error is effectively ignored. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've had these lines in my config since time immemorial:
(consult-customize consult--source-bookmark consult--source-recent-file consult--source-project-recent-file :preview-key "M-.")With the update to Consult 3.3 this breaks with the message "consult--customize-put: consult--source-bookmark is neither a Command command nor a source". The fix is easy (those symbols now are single-dashed) but I never received any deprecation warning, so maybe the final renaming was premature?
Beta Was this translation helpful? Give feedback.
All reactions