aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org4
1 files changed, 4 insertions, 0 deletions
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