Dan Kessler
Dan Kessler
This looks really useful! :) As I discussed in #54, I think it'd be nice to support the use case where the user (or a calling library) can just specify...
Assuming we can get this integrated, I think this would set the stage for a nice enhancement in `helm-bibtex` and likely many other tools, where a nigh top-level `let` form...
Welp, this is what I get for looking through issues but not PR's before writing this up. It seems this would all be addressed (in nearly the same manner proposed...
I got stuck in a very similar place as you, and ultimately found the explanation [here](https://github.com/justbur/emacs-which-key/issues/253#issuecomment-986238974). I too wonder if the documentation could be amended to show an example where...
At the same time, I still can't quite wrap my head around how this is working on a deep level. My understanding is that the correct usage is to pass...
I'm also interested in being able to use chunking (which is super helpful when each of my experiments are fast running) but *also* job arrays (which allows for much faster...
Ah, it looks like `batchtools` yells at the user if they are doing per-job resources AND chunking (really, if the resources vary within a chunk) which I think rules out...
After using the patched version for a bit, I realize that this does not improve the behavior of indirect buffers created using Org-Mode's convenience functions (e.g., `org-tree-to-indirect-buffer`), since these call...
I think this is due to [these lines](https://github.com/syl20bnr/spacemacs/blob/c1c18b7eedc9bc6ee07618f064e8eb8d9ef58337/layers/%2Bspacemacs/spacemacs-defaults/keybindings.el#L145-L148) ```emacs-lisp (when (memq dotspacemacs-editing-style '(vim hybrid)) (define-key universal-argument-map (kbd (concat dotspacemacs-leader-key " u")) 'universal-argument-more)) ``` I assume that `universal-argument-map` is active whenever...
Interesting; if from `normal` state I do `SPC u SPC`, then `which-key` describes `u` as just `universal-argument`, whereas if I go into `insert` mode, then after `C-u SPC`, `which-key`'s pop-up...