purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.82k stars 2.04k forks source link

[minibuffer] Fix "Invalid preview key" message in minibuffer #836

Closed c6c7 closed 1 year ago

c6c7 commented 1 year ago

The consult-customize function will now report a message when using (kbd ...) as a value for the :preview-key.

See https://github.com/doomemacs/doomemacs/issues/7064.

purcell commented 1 year ago

Great, thank you — I saw this error but hadn't had time to investigate yet.