about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-05 20:11:01 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-05 20:11:01 +0100
commitdf320054f8403dc210464a1491312315e9d4610a (patch)
treecdd87078a329c647d68406f3f1c0077a5e06f3bd
parent244eac1fa6df555743593eba53eb9d8f9358e90f (diff)
downloaddotfiles-df320054f8403dc210464a1491312315e9d4610a.tar.gz
Fix fullframe config
-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