diff options
| author | bard <[email protected]> | 2024-06-01 21:33:17 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-06-01 21:33:17 -0400 |
| commit | ed33a885c9322e09155c05d559a78e584e47bf46 (patch) | |
| tree | 61ff001c133167c92475a0c9d637baa46e1950f7 /bard-emacs-modules | |
| parent | 22eb50c8ee7a70983174811f5a67b82bc4853200 (diff) | |
trim old files
Diffstat (limited to 'bard-emacs-modules')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-dashboard.el | 32 | ||||
| -rw-r--r-- | bard-emacs-modules/bard-emacs-package.el | 8 |
2 files changed, 0 insertions, 40 deletions
diff --git a/bard-emacs-modules/bard-emacs-dashboard.el b/bard-emacs-modules/bard-emacs-dashboard.el deleted file mode 100644 index c2d846b..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) diff --git a/bard-emacs-modules/bard-emacs-package.el b/bard-emacs-modules/bard-emacs-package.el deleted file mode 100644 index 4090c6d..0000000 --- a/bard-emacs-modules/bard-emacs-package.el +++ /dev/null @@ -1,8 +0,0 @@ -;; |------------------------------------| -;; | Packages | -;; |------------------------------------| - - -;; Magit - -(provide 'bard-emacs-package) |
