From b5c2acdbe9c4d10627d902a5dda0c2b1804771ff Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 30 Aug 2022 12:46:43 +0100 Subject: Remove dashboard --- .emacs.d/lisp/init-dashboard.el | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .emacs.d/lisp/init-dashboard.el (limited to '.emacs.d/lisp') diff --git a/.emacs.d/lisp/init-dashboard.el b/.emacs.d/lisp/init-dashboard.el deleted file mode 100644 index 63cacc6..0000000 --- a/.emacs.d/lisp/init-dashboard.el +++ /dev/null @@ -1,22 +0,0 @@ -;;; init-dashboard.el --- Dashboard Configuration File -*- lexical-binding: t -*- -;;; Commentary: -;;; Code: - -(use-package dashboard - :init - (setq dashboard-center-content t - dashboard-startup-banner 'logo - dashboard-set-footer nil - dashboard-week-agenda t - dashboard-projects-backend 'project-el - dashboard-projects-switch-function 'switch-project - dashboard-items '((recents . 15) - (bookmarks . 5) - (projects . 5) - (agenda . 5) - (registers . 5))) - :config - (dashboard-setup-startup-hook)) - -(provide 'init-dashboard) -;;; init-dashboard.el ends here -- cgit 1.4.1-2-gfad0