about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-windows.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-windows.el')
-rw-r--r--.emacs.d/lisp/init-windows.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el
index 70886f0..8bbbc1c 100644
--- a/.emacs.d/lisp/init-windows.el
+++ b/.emacs.d/lisp/init-windows.el
@@ -65,9 +65,9 @@
   (uniquify-buffer-name-style 'forward))
 
 (use-package fullframe
-  :after magit
+  :defer 8
   :config
-  (fullframe magit-status magit-mode-quit-window)
+  (fullframe magit-status magit-mode-bury-buffer)
   (fullframe vc-annotate quit-window))
 
 (use-package ace-window