diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-05 20:11:01 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-05 20:11:01 +0100 |
commit | df320054f8403dc210464a1491312315e9d4610a (patch) | |
tree | cdd87078a329c647d68406f3f1c0077a5e06f3bd /.emacs.d | |
parent | 244eac1fa6df555743593eba53eb9d8f9358e90f (diff) | |
download | dotfiles-df320054f8403dc210464a1491312315e9d4610a.tar.gz |
Fix fullframe config
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-windows.el | 4 |
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 |