aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index a501748..c7af5a3 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -919,7 +919,11 @@ lot of different language support.
(use-package magit
:bind (("C-x g" . magit-status))
:config
- (setq server-switch-hook nil))
+ (setq server-switch-hook nil)
+ (defadvice forge-create-issue (after adjust-window activate)
+ "Adjust the window size using the golden-ratio package when
+ creating a new issue"
+ (golden-ratio)))
#+END_SRC
#+RESULTS: