A shameless extraction of Spacemac’s startup screen.
- Displays an awesome Emacs banner!
- Recent files
- Bookmarks list
- Recent projectile projects list
You will need the following packages which are all available on Melpa:
- page-break-lines - https://github.com/purcell/page-break-lines
- projectile - https://github.com/bbatsov/projectile
This package is not yet available on Melpa, so until then:
git clone https://github.com/rakanalh/emacs-dashboard ~/.emacs.d/dashboard(add-to-list 'load-path (concat user-emacs-directory "/dashboard/"))
;; And either one of:
(require 'dashboard)
(dashboard/setup-startup-hook)
;; - OR -
(use-package dashboard-startup
:config
(dashboard/setup-startup-hook))- Center content
- Integrate Org-mode’s agenda
- Listing Perspectives
- More banner options
- Customizing the list of widgets to display
Contributions are very welcome :)
