about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-19 14:31:52 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-19 14:31:52 +0100
commit4cabc7c958e3d453fc6650dc7fb2b44d74fdfd0e (patch)
treeaaec32a013489ae7190f686ae54b21a35688a0ba /.emacs.d/lisp
parent37c7bb35638e841f5780a9360c81a4e7a994458b (diff)
downloaddotfiles-4cabc7c958e3d453fc6650dc7fb2b44d74fdfd0e.tar.gz
Fix fullframe config
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-windows.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el
index f964a2a..a80f6bf 100644
--- a/.emacs.d/lisp/init-windows.el
+++ b/.emacs.d/lisp/init-windows.el
@@ -50,7 +50,8 @@
 (use-package fullframe
   :after (magit dashboard)
   :config
-  (fullframe magit-status magit-mode-quit-window vc-annotate quit-window))
+  (fullframe magit-status magit-mode-quit-window)
+  (fullframe vc-annotate quit-window))
 
 (use-package ace-window
   :diminish