fnussbaum

Results 16 issues of fnussbaum

Fix some issues with the `symbol-highlight-transient-state`. In particular this PR fixes #16380. It also simplifies the control flow and fixes some formatting and docstrings. The commit messages and comments contain...

Add a missing `(:repeat change)` property to `spacemacs//auto-completion-key-sequence-end` to record repeat information by buffer changes rather than by key presses. Previously `evil-repeat` would insert the key sequence used to trigger...

Unlike `spacemacs/helm-themes`, `counsel-load-theme`, and `consult-theme`, `load-theme` does not disable other themes when enabling one. It also does not provide previews. Hence we should use `consult-theme` from the `theme-transient-state` when the...

Unlike the s and f bindings in the Symbol Highlight Transient State, the project search binding / currently does not automatically insert the symbol at point into the prompt. This...

This PR introduces changes to the parser for the documentation generator in development: Comments starting with exactly three slashes are parsed as annotations with the key "doc". Moreover, annotations can...

Some changes to #16247. In particular this commit restores the previous SPC u-prefix functionality and handles a few more edge cases.

Improvements: - Saving the state as a window parameter gives us workspace(+layout) isolation via eyebrowse and persistence via persp-mode for free. Hence one can now maximize windows in different layouts/workspaces,...

Previously, after reloading the configuration, functions such as `spaceline-ml-main` where not byte-compiled anymore. (Note that both `emacs-startup-hook` and `spacemacs-post-user-config-hook` are ran after the user configuration, but `emacs-startup-hook` is not run...

The behaviour of `powerline-reset` does not depend on the current buffer, and it suffices to call it once. The same holds for `powerline-set-selected-window` if we call `force-mode-line-update` with a non-nil...

With this commit one can add the property `:inhibit-quit t` to a head to prevent the hydra from exiting temporarily before calling that head. (It is intended to be used...