From 284c8327c95bb0c71b111ebf95723a35a478295c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Sun, 23 Jun 2019 11:43:30 -0700 Subject: Add emacs config --- .emacs.local.d/modes/dashboard.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create 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 new file mode 100644 index 0000000..1dc81d3 --- /dev/null +++ b/.emacs.local.d/modes/dashboard.el @@ -0,0 +1,11 @@ +;; Elpa packages: dashboard + +(use-package dashboard + :ensure t + :diminish dashboard-mode + :config + (setq dashboard-banner-logo-title "Only the educated are free.") + (setq dashboard-items '((recents . 10) + (projects . 5) + (bookmarks . 10))) + (dashboard-setup-startup-hook)) -- cgit v1.2.3