Sebastián Monía

Results 55 comments of Sebastián Monía

Yeah I've been thinking about it and I would change maybe too many things of how the package currently works. On the other hand creating a new package sounds like...

I have the same problem with Emacs 26.0.90 on Windows 7.

I got it "fixed" by changing the separator to "slant" and inverting the direction. Arrow always shows the lines regardless of direction. Slant with the default direction also shows the...

I think this is causing a problem also with touchscreens for Lenovo Yoga laptops. I can see using `xev` that many taps with two fingers in a row might generate...

Was looking for a way to add `--hidden` as a repository I'm working with has a `.somethingsomething` directory, and since this is under Windows, the authors didn't meant . as...

@wpcarro for your reference this is the advice I ended up using: ``` (defun deadgrep--format-command-patch (rg-command) "Add --hidden to rg-command." (replace-regexp-in-string "^rg " "rg --hidden " rg-command)) (advice-add 'deadgrep--format-command :filter-return...

An idea, the `C-u` call could invoke the transient menu to tune parameters. (Currently it opens the deadgrep buffer but doesn't run rg)

I'm having the same problem, I have a `ProjectName` repo with several solutions. Each one lives in their own sub directory. C:\Repos\ProjectName contains C:\Repos\ProjectName\ModuleA\ModuleA.sln and C:\Repos\ProjectName\ModuleB\ModuleB.sln both with projects under...

Using prefix arg to select the directory didn't work :( I don't have VS Code, if not using Emacs I go full VS201X.