fnussbaum

Results 16 issues of fnussbaum

As of https://github.com/emacs-evil/evil/commit/4a336e9c0e0940ad21716260be9bb393c89f6553, evil supports undo-fu and the built-in undo-only/undo-redo commands. The commands `evil-undo` and `evil-redo` will call the correct functions depending on the value of `evil-undo-system`. Spacemacs switched to...

By default `term-cursor--immediate` is called as part of the `lsp-ui-doc-frame-hook`, which is run with two arguments, and will therefore throw an error each time time, see https://github.com/syl20bnr/spacemacs/issues/15667. (I do not...

(We already similarly catch errors in pre-init and post-init functions.) Errors can happen, for example, when accidentally introducing a typo in some (private or public) layer file; or when adding...

This should prevent frequent errors after updating packages, caused by outdated versions of built-in packages being loaded. We also ensure transient and org get updated, without having to manually bump...

This has led to numerous reported issues in the past. Spacemacs can work without GNU tar, because quelpa installation only fails for some packages; so it should suffice to add...

In particular, do not install packages in alphabetical order. This means one can manually manage dependencies for packages installed via quelpa, addressing https://github.com/syl20bnr/spacemacs/discussions/17176. This change should be safe, also the...