about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-09-05 15:47:12 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-09-05 15:47:12 +0100
commit3df06ebb0851a53b51547d5624a3e8d4d0eede5d (patch)
treece4422e0b7dfd53af135859a0bd9b5eac5f9f161
parent72b3a4adddc0af456571b07a392bd027cc54e9ef (diff)
downloaddotfiles-3df06ebb0851a53b51547d5624a3e8d4d0eede5d.tar.gz
Remove leftover dashboard reference
-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))