-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error "Invalid face" bookmark-menu-heading #127
Comments
Thanks. I think the nano-theme should handle this case but I'm not quite sure how to integrate with nano-emacs that do not require any installation. |
@philipsd6 which path do I run the |
It depends on where you install it; for me, I'm using
|
Thanks @philipsd6 |
Hi! This check just message a warning when the face does not exists, in this case, Is this useful? Should I do a Pull- Request? Ah! Is this the same issue as Issue #135 ? |
Same issue and your fix is nice actually. If you can make a PR that would be great. |
When executing
find-file
in emacs 29.0.50, if you TAB to complete a few times, the error is thrown:The
bookmark-menu-heading
face was removed recently:For those of us using recent versions of emacs, a quick fix is:
For the long run, I guess this setting should have a version guard?
The text was updated successfully, but these errors were encountered: