From 3fcf20b86394db74c6cea44adf8d92b97a0d326e Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Tue, 12 Jun 2018 22:00:49 +0200 Subject: [PATCH] Remove old dashboard file --- custom/setup-dashboard.el | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 custom/setup-dashboard.el diff --git a/custom/setup-dashboard.el b/custom/setup-dashboard.el deleted file mode 100644 index 6d1490a..0000000 --- a/custom/setup-dashboard.el +++ /dev/null @@ -1,17 +0,0 @@ -(require 'dashboard) - -(dashboard-setup-startup-hook) - -;; Set the startup message -(setq dashboard-banner-logo-title "") - -;; Set the banner -(setq dashboard-startup-banner 'logo) -(setq dashboard-items '((recents . 10) - (bookmarks . 5) - )) - -;; Enable recent files -(recentf-mode 1) - -(provide 'setup-dashboard)