-
Notifications
You must be signed in to change notification settings - Fork 158
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
Treemacs + Doom Modeline on emacs 29.1 #1047
Comments
Do you have a workspace set? What is the result of (treemacs-workspace->name (treemacs-current-workspace))? If that returns nil, maybe test if this works for you: |
@sebastiaanspeck I do indeed have a workspace set |
(To aide in replication if needed my entire init.el is here: https://git.gmem.ca/arch/dotfiles/src/branch/master/.emacs.d/init.el) |
Maybe a backtrace could help to investigate this further? Other people reported that Treemacs is fixed with the latest patch |
I'm not sure if I can get more granular than that unfortunately, I'm not super experienced with debugging elisp. |
Yeah my treemacs broke when adding: |
I had the same problem, but i run treemacs first, and then run doom-modeline, then this problem was solved. |
I actually have no idea how to do that with using use-package in my init.el. I tried switching the order of the respective calls around, but to no big surprise, it didn't change anything |
"Fix" is merged (reverted the breaking change). Please test the latest version |
right now, the rhs shows invalid. That’s because the rhs is an empty list. This looks like the perfect place to show the current workspace name. Please take a look at #1049 to see if this works for you! |
After updating past commit aa0944a, I encountered the same error describe here: #1046. Interestingly, despite a patch being pushed and confirming I am using the latest commit, I still encounter the error. Rolling back to before the doom modeline patches resolves the issue.
I am using https://github.com/hlissner/emacs-hide-mode-line, which is maybe the only "special" bit of my setup in regards to the modeline, with the relevant
init.el
config:However removing the hook doesn't have any impact.
I do plan to dig into this more after work but wanted to file an issue so I don't forget.
The text was updated successfully, but these errors were encountered: