From f4344b8adff751193c1890b9b0b521eb6ad0d4fd Mon Sep 17 00:00:00 2001 From: Yann Herklotz Grave Date: Fri, 15 Feb 2019 13:39:41 +0000 Subject: Add advice for magit status --- emacs/loader.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs') diff --git a/emacs/loader.org b/emacs/loader.org index 49983f3..b07e508 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -911,6 +911,10 @@ lot of different language support. (defadvice forge-create-issue (after adjust-window activate) "Adjust the window size using the golden-ratio package when creating a new issue" + (golden-ratio)) + (defadvice magit-status (after adjust-window activate) + "Adjust the window size using the golden-ratio package when + getting the status of a repository." (golden-ratio))) #+END_SRC -- cgit