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.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el
index 95108b5..0f87e3a 100644
--- a/.emacs.d/lisp/init-windows.el
+++ b/.emacs.d/lisp/init-windows.el
@@ -62,10 +62,11 @@
   (uniquify-buffer-name-style 'forward))
 
 (use-package fullframe
-  :defer 8
+  :defer 4
   :config
   (fullframe magit-status magit-mode-bury-buffer)
-  (fullframe vc-annotate quit-window))
+  (fullframe vc-annotate quit-window)
+  (fullframe elpaca-fetch-all quit-window))
 
 (use-package ace-window
   :diminish