You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first, I thought this was because I was using spaceline. But after running in emacs -q I honestly have no idea whats causing this. I'm running on GNU Emacs 26.1 (build 1, x86_64-w64-mingw32) 2018-05-30.
because wg-mode-line-add-display is called after everything else is initted, it's not really a problem, in so far as because the mode is activated and works. It's just I don't like recieving a stacktrace or error message every time I activate the mode.
I've also tried setting wg-mode-line-on to nil after requiring workgroups, before initialising the mode. but I still get the stacktrace.
The text was updated successfully, but these errors were encountered:
Yeah... I realised that after the fact, though still thought it merited creating an issue... thnx for the alternatives. Is there any plan to include a section at the top of the README mentioning that and those alternatives. This repo is still the first result when you google "emacs workgroups".
At first, I thought this was because I was using spaceline. But after running in emacs -q I honestly have no idea whats causing this. I'm running on
GNU Emacs 26.1 (build 1, x86_64-w64-mingw32) 2018-05-30
.I run the following commands in order:
and then I recieve the following stacktrace.
because
wg-mode-line-add-display
is called after everything else is initted, it's not really a problem, in so far as because the mode is activated and works. It's just I don't like recieving a stacktrace or error message every time I activate the mode.I've also tried setting
wg-mode-line-on
to nil after requiring workgroups, before initialising the mode. but I still get the stacktrace.The text was updated successfully, but these errors were encountered: