aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-15 13:39:41 +0000
committerYann Herklotz Grave <git@yannherklotzgrave.com>2019-02-15 13:39:41 +0000
commitf4344b8adff751193c1890b9b0b521eb6ad0d4fd (patch)
tree4851a8e26448fb38a8efe39003818406d35fcaf5 /emacs
parent1398ac48935eedffead0c03648add36ec918e2df (diff)
downloaddotfiles-f4344b8adff751193c1890b9b0b521eb6ad0d4fd.tar.gz
dotfiles-f4344b8adff751193c1890b9b0b521eb6ad0d4fd.zip
Add advice for magit status
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