Improve Emacs dashboard
This commit is contained in:
parent
ebb47f69fd
commit
88510aa4f2
@ -1664,10 +1664,16 @@ That reference lets us construct a link back to the .epub:
|
||||
Instead of the *GNU Emacs* buffer on startup, display a cool dashboard:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package dashboard
|
||||
:general
|
||||
(dashboard-mode-map "SPC" leader-map)
|
||||
:config
|
||||
(add-to-list 'evil-emacs-state-modes 'dashboard-mode)
|
||||
(setq dashboard-items '((recents . 5)
|
||||
(projects . 5))
|
||||
dashboard-startup-banner 'official)
|
||||
(projects . 5))
|
||||
dashboard-startup-banner 'official
|
||||
dashboard-set-heading-icons t
|
||||
dashboard-set-file-icons t
|
||||
dashboard-set-navigator t)
|
||||
(dashboard-setup-startup-hook))
|
||||
#+END_SRC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user