diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-08-28 14:21:24 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-08-28 14:21:24 +0100 |
commit | b67d9d8827772d93ff35a023bfe8c65a4afeb015 (patch) | |
tree | 74e8827b527dac6cc1092c82fbcf6cb89d42032c /.emacs.d/lisp/init-windows.el | |
parent | c6d44c516bc6831762e22f8547f5eb066e550ceb (diff) | |
download | dotfiles-b67d9d8827772d93ff35a023bfe8c65a4afeb015.tar.gz |
Try magit built-in functionality instead of fullframe
Diffstat (limited to '.emacs.d/lisp/init-windows.el')
-rw-r--r-- | .emacs.d/lisp/init-windows.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el index 7876588..84bcd3f 100644 --- a/.emacs.d/lisp/init-windows.el +++ b/.emacs.d/lisp/init-windows.el @@ -55,7 +55,7 @@ (use-package fullframe :after (magit dashboard) :config - (fullframe magit-status magit-mode-quit-window) + ;; (fullframe magit-status magit-mode-quit-window) (fullframe vc-annotate quit-window)) (use-package ace-window |