aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org10
1 files changed, 1 insertions, 9 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 841d847..93150e7 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -960,15 +960,7 @@ lot of different language support.
(use-package magit
:bind (("C-x g" . magit-status))
:config
- (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))
- (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)))
+ (setq server-switch-hook nil))
#+END_SRC
#+RESULTS: