fnussbaum
fnussbaum
> the macro spacemacs|dotspacemacs-backward-compatibility was added to replace some usage of variable aliases. I think this was likely a mistake, and we should revert the change (perhaps using define-obsolete-variable-alias rather...
The digestif lsp server works fine on my system, perhaps you could try reinstalling or updating it. Otherwise, there are other latex backends: You could set `latex-backend` to `company-auctex`; or...
I don't have an Emacs master build handy at the moment, but I guess it could be a symptom of this issue: https://github.com/justbur/emacs-bind-map/issues/12
Can you post your system information here (for example the output of `SPC hds`)? Is there an error message from the failed package installation in your messages buffer? (Perhaps delete...
Installing packages in (reverse) alphabetic order is arbitrary, inflexible and can lead to problems as evidenced by #17176. Consider also the openai layer: https://github.com/syl20bnr/spacemacs/blob/ccd3e200c2f88c3eb8b465fc00f34adc4d1d28fd/layers/%2Bweb-services/openai/packages.el#L23-L27 Here, none of the packages are...
By the way, the reason for why we manually need to manage installation order for dependencies of quelpa-installed packages is that we cannot fetch the dependencies from `package-alist` in `configuration-layer//filter-packages-with-deps-recur`....
> Perhaps we could, alternatively, first clone all of the quelpa packages without installing them, and then look up their dependencies to determine the installation order. This might indeed be...
I think this needs to be fixed in Spacemacs, where packages are currently installed in reverse alphabetical order. This does not make much sense to me, so I have opened...