diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-09-05 15:47:12 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-09-05 15:47:12 +0100 |
commit | 3df06ebb0851a53b51547d5624a3e8d4d0eede5d (patch) | |
tree | ce4422e0b7dfd53af135859a0bd9b5eac5f9f161 /.emacs.d/lisp/init-windows.el | |
parent | 72b3a4adddc0af456571b07a392bd027cc54e9ef (diff) | |
download | dotfiles-3df06ebb0851a53b51547d5624a3e8d4d0eede5d.tar.gz |
Remove leftover dashboard reference
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 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)) |