From 5860445da55ac3abc3935c6ffd5e9bb4539225c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Thu, 20 Jul 2023 07:53:35 -0700 Subject: emacs: move everything to ~/.emacs.d --- .emacs.local.d/modes/dashboard.el | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .emacs.local.d/modes/dashboard.el (limited to '.emacs.local.d/modes/dashboard.el') diff --git a/.emacs.local.d/modes/dashboard.el b/.emacs.local.d/modes/dashboard.el deleted file mode 100644 index 7bf51a9..0000000 --- a/.emacs.local.d/modes/dashboard.el +++ /dev/null @@ -1,9 +0,0 @@ -(use-package dashboard - :ensure t - :diminish dashboard-mode - :config - (setq dashboard-banner-logo-title "Happy hacking!") - (setq dashboard-items '((recents . 10) - (projects . 5) - (bookmarks . 10))) - (dashboard-setup-startup-hook)) -- cgit v1.2.3