Howard Melman
Howard Melman
Sometimes I want to sort by key order (the default) and sometimes I want to sort by description order. I only recently discovered the `C-h d` command `which-key-toggle-docstrings` and think...
It's been mentioned in a few other issues that led to sentence and paragraph targets but doesn't seem to be followed up on. I'm not sure if that a conscious...
I think I'm using the right term here, I'm using the `embark-verbose-indicator` and would like to sort the lines by key. Is this possible? Ideally there would be a command...
Now that embark supports multiple targets and repeatable actions, it might be interesting to standardize on some more repeatable commands for more targets. Let's take sentences. `n` and `p` move...
From comments in [Consult Issue #210](https://github.com/minad/consult/issues/210) I took a look at the default embark bindings. Here are some comments, though I don't think any of these are particularly important, they're...
This isn't quite right, but I wonder if there's value to a comment target? It would give a convenient keymap when point is in a comment. These are the commands...
I'm using corfu and cape which isn't that important other than I'm using `completion-at-point` to do spell checking in a markdown buffer. `M-C-i` is bound to `completion-at-point` and works fine....
Emacs 28 added `repeat-mode` so that commands with a prefix can be repeated more easily. It would be great if `markdown-mode` made use of this for some commands like `markdown-move-up`...
I often position point just before a gfm checkbox and use `RET` to toggle the checkbox. It would be nice to be able to toggle all the checkboxes in an...
Would be neat to render gfm checkboxes as actual widgets (from the emacs widget package used in customize) such as toggle or checkbox when `markdown-toggle-markup-hiding` is enabled.