Henrik Lissner

Results 312 comments of Henrik Lissner

I'm not knowledgeable about the submission process for homebrew and don't have time to look into it, at the moment. For the time being I have expanded the install instructions...

I'll happily accept a PR for this, but I don't intend to implement it. zsh's vi mode already provides this functionality on the `%` key in normal mode, a la...

Alright, a more generalized solution is in place. Let me know if it gives you any trouble.

I found the problem and pushed a fix. Let me know if it gives you trouble!

Agreed. Sorry, should've done that from the start. I've effectively reset master to b0a995a and moved this feature to the `widget-fallback` branch (which I'll put up soon).

I apologize for any trouble, but I understand the pitfalls. Also, `--force-with-lease`'s selling point is it prevents overwriting "unpulled" commits on the remote. It wouldn't have made a difference here....

Taking a page out of `evil`'s [evil-with-single-undo macro](https://github.com/emacs-evil/evil/blob/master/evil-common.el#L3546-L3557), how about wrapping `apheleia--apply-rcs-patch` in something like this? ```elisp (unwind-protect (progn (when (car-safe buffer-undo-list) (undo-boundary)) (let (buffer-undo-list) ...)) (when (car-safe buffer-undo-list) (undo-boundary)))...

Oh, I hadn't realized. Yes, I'll fix that in the next day or two.

And done. Let me know if you have any trouble!

It's tricky. Chrome's applescript API won't let me raise the proper window into focus without swapping window indexes, and if I do that, unless you re-run the chrome tabs action...