Jimmy Yuen Ho Wong
Jimmy Yuen Ho Wong
I just tried out #21, I had to set `cwm-frame-internal-border` to 0 to avoid having the mode line and the minibuffer being rendered off screen. My window were also only...
@anler I think this is due to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24193, Olivetti [had the same problem](https://github.com/rnkn/olivetti/issues/12) and they hacked around it. Maybe you can do something similar? I love this mode since this...
So, using https://github.com/railwaycat/homebrew-emacsmacport, setting fullscreen frame parameter to maximized with `(set-frame-parameter nil 'fullscreen 'maximized)`, `C-x 3 RET C-x 1 RET C-x 3` doesn't work. But if I maximize the frame...
This can be closed as it's superceded by https://github.com/sebastiencs/company-box/pull/163
The problem is, `(magit-unstaged-files t)` isn't going to return the file as unstaged, so the first branch won't be hit either. The prerequisite of being able to commit a file...
Why can't you take a snapshot the vc-state of all the files with diff-hl-mode turned on pre-refresh, and then just diff them again post-fresh? This way you don't have to...
> some magit users have turned of vc support for git -- would this patch work for users who have done that Probably not, but what we have now wouldn't...
How do you even turn off vc support for git anyway?
My patch is straightly an improvement. I'm satisfied with my patch. I don't have time to cater to those who have turned off the git backend and uses diff-hl, since...
Hi @tarsius , has this been implemented in magit yet?