From 3d16a3e55c0b26d34c74c242929e396bebef60f9 Mon Sep 17 00:00:00 2001 From: David Florness Date: Fri, 15 Jun 2018 10:54:01 -0600 Subject: [PATCH] Remove dashboard --- init.el | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/init.el b/init.el index 407d509..d2ceb49 100644 --- a/init.el +++ b/init.el @@ -23,20 +23,6 @@ (require 'setup-treemacs) -(use-package dashboard - :ensure t - :init - (add-hook 'after-init-hook 'dashboard-refresh-buffer) - (add-hook 'dashboard-mode-hook (lambda () - (setq dashboard-banner-logo-title "Welcome"))) - (setq dashboard-items '((agenda . 5) - (projects . 5) - (bookmarks . 5))) - :config - (setq dashboard-startup-banner 'logo) - (dashboard-setup-startup-hook)) - - ;;; Winner mode: allows for undoing and redoing of windoow configurations ;;; C-c : undo ;;; C-c : redo @@ -241,6 +227,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(column-number-mode t) + '(initial-buffer-choice t) '(initial-scratch-message "") '(show-paren-mode t)) (custom-set-faces -- 2.38.4