Results 55 issues of wouter bolsterlee

right now the only api is the `copy-as-format` function which inspects the prefix argument and relies on the region being active. it would be nice to have a public function...

hacktoberfest

first, thanks for this package! that said, please use `(user-error ...)` instead or `(message ...)` to signal errors, so that i can catch them and do something sensible. this would...

enhancement

well-formatted python looks like this: ```py a = 1 * 2 + 3 *4 some_function(foo, bar, force=True, silent=True) ``` this mode currently changes the second line to ```py some_function(foo, bar,...

it would be great if `ag.el` had a customizable option to make the default "dwim" that uses the word at point as a default actually editable when i call `(ag)`...

...so that it shows up on pypi

good first issue

having `direnv-mode` activated and switching to a file in a directory with an `.envrc` that is not approved via `direnv allow` results in annoying behaviour: a big warning buffer pops...

enhancement

like `diff-hl-mode`

enhancement

it would be nice to be able to keep a (configurable) number of previous output buffers when re-running tests. this would allow users to see previous failures.

enhancement

apparently i type too fast, and that causes evcape to not detect that i intended to type an escape (using the ctrl key). what i think is happening is this...