Kaushal Modi

Results 260 comments of Kaushal Modi

btw I can recreate the same issue in Gmail compose windows too.

Hmm, I came across this issue just today! Turns out I didn't need to use `wgrep` for quite many months! :) @koshigoe's workaround works for me too.

Someone on [reddit](https://www.reddit.com/r/emacs/comments/6dl28x/remove_file_keyword_in_ag_results_buffer/) today was confused with how all search results are prefixed with `File:` because `ag-group-matches` defaults to `t`. My suggestion would be to set `ag-group-matches` to `nil`, and...

I am not using blackfriday any more as Hugo switched away from this package.

Org mode (which used a markup similar to Markdown) to specify the list numbers. Here's an example: ``` 1. Item 1 2. Item 2 3. [@10] Item 10 4. [@100]...

@haopen I didn't follow. Where does R Markdown (also never heard of that) fit in the Hugo flow? Are you saying that you used Pandoc to convert (R) Markdown to...

I sort of hacked up something that allows a hybrid Markdown+HTML list generation where I can get list number overriding (I use Emacs Org mode for writing posts and they...

I think that posix-extended is the best of those, and I am glad that that's supported. One option that's not in that list, that even `find` does not have, is...

OK, I mostly understood how to use `comp` as a replacement of `lc`: https://scripter.co/notes/nim/#comprehension But I still cannot figure out how to translate this to `comp`: ```nim import std/[sugar] const...