diff options
| author | BardofSprites <[email protected]> | 2024-09-29 20:57:46 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-09-29 20:57:46 -0400 |
| commit | 5f9df8b8c6790c98831f7dc6a262fda9f84aefa8 (patch) | |
| tree | f47f4dc93139e88bdd55c315043b4f2237d61cf6 /bard-emacs-modules/bard-emacs-dashboard.el | |
| parent | 7b7beacb673a85b11a6b45f597b4e074fc8b7e8d (diff) | |
remove
Diffstat (limited to 'bard-emacs-modules/bard-emacs-dashboard.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-dashboard.el | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/bard-emacs-modules/bard-emacs-dashboard.el b/bard-emacs-modules/bard-emacs-dashboard.el deleted file mode 100644 index 87f9044..0000000 --- a/bard-emacs-modules/bard-emacs-dashboard.el +++ /dev/null @@ -1,32 +0,0 @@ -(require 'bard-dashboard) - -(use-package dashboard - :ensure t - :config - (define-key global-map (kbd "<home>") #'dashboard-open) - (define-key global-map (kbd "C-z d") #'dashboard-open) - (setq initial-buffer-choice 'dashboard-open) - (dashboard-setup-startup-hook) - (setq dashboard-startup-banner "~/.emacs.d/img/emacslogo.png") - (setq dashboard-banner-logo-width 50) - (setq dashboard-banner-logo-height 50) - (setq dashboard-center-content t) - ;; dashboar items - (setq dashboard-items '((recents . 5) - (agenda . 5))) - - ;; Insert custom item - (add-to-list 'dashboard-item-generators '(custom . dashboard-insert-custom)) - (add-to-list 'dashboard-items '(custom) t) - - (setq dashboard-banner-logo-title "Time for another recreational programming session.") - (setq dashboard-startupify-list '(dashboard-insert-banner - dashboard-insert-newline - dashboard-insert-banner-title - dashboard-insert-newline - dashboard-insert-items - dashboard-insert-newline)) - - (setq dashboard-set-init-info nil)) - -(provide 'bard-emacs-dashboard) |
