Dan Kessler
Dan Kessler
Very clever! (Minor typo: `setq-keymap-parent` -> `set-keymap-parent`). I wonder if we can improve this further. For example, [the lines](https://github.com/syl20bnr/spacemacs/blob/c1c18b7eedc9bc6ee07618f064e8eb8d9ef58337/layers/%2Bspacemacs/spacemacs-defaults/keybindings.el#L145-L148) I linked above hinge on whether the editing style is set...
> (evil-collection-info-setup) Are you saying that this is the idiomatic way to enable `evil-collection` support for a given ~~layer~~ package? If so, I'll submit a PR to update the `spacemacs-evil`...
Sorry, I meant package, not layer. Is this one of three *user-accessible* idiomatic ways of enabling evil-collection support for a package? Or one of three idiomatic ways for doing it...
> Please consult evil-collection for all the ways to initialization. It's clearly stated in its documentation. I have. My question is what is the idiomatic way to do this *in...
I appreciate the value of looking at the code, but nonetheless many people will consult and trust documentation, so I'll just open a PR to fix it and suggest calling...
> The commit in #15462 does not seem to fix the original issue (#15448). @dalanicolai Do you mean that you're still unable to stage line-wise in `magit-status` buffers using `s`...
@dalanicolai Hmm, very odd indeed. Out of curiosity, I reset my `spacemacs` repo to the commit where I introduced the fix, and then I reverted my local `.spacemacs` to the...
This issue seems to be about using `ebib` tools to add a new entry to a dependent (and master) database simultaneously, but I'm curious about how to handle the case...
After stepping through the code *very* carefully with edebug, I think I know *what's* happening and how to fix it, although I don't fully understand *why* the problem is happening....