-
Notifications
You must be signed in to change notification settings - Fork 114
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
Show paren mode doesn't work with Emacs 25.1.1 in daemon mode #65
Comments
Hi, I had a similar issue. But is not that show-paren-mode is not working, the problem is that the face colour for show-paren-match and show-paren-mismatch is indistinguishable from normal text when starting emacs as a daemon. You can change the face to test it with set-face-attribute. Actually is not the only face, other faces have different background colours depending if emacs is started as daemon or not (e.g. font-lock-comment-face). Not sure why that happens, but looks related to issue #78. |
This fixes issue nashamri#78, and possibly nashamri#65
Any update on this? Something about the theme doesn't load properly when daemon mode starts. |
Hello @eflanigan00, there's a PR #89 that might solve this issue. Sorry, I still didn't have the time to work on it. |
Can you include the PR so we can try it out? |
@eflanigan00 you can get it from @jabranham branch https://github.com/jabranham/spacemacs-theme/tree/fix-theme-loading. As I said, I need to test it more and I didn't have the time yet. If you test it and it solves the issue, please let me know. |
I tried this and it doesn't solve the problem I'm seeing. |
emacs --daemon
emacsclient -c
It works in other themes so I'm not sure what the problem is.
The text was updated successfully, but these errors were encountered: