about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-windows.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el
index 290befe..6a36d1c 100644
--- a/.emacs.d/lisp/init-windows.el
+++ b/.emacs.d/lisp/init-windows.el
@@ -65,7 +65,7 @@
   (uniquify-buffer-name-style 'forward))
 
 (use-package fullframe
-  :after (magit dashboard)
+  :after magit
   :config
   (fullframe magit-status magit-mode-quit-window)
   (fullframe vc-annotate quit-window))