Added dashboard.el
This commit is contained in:
parent
8ce400137a
commit
31589bab6e
11
init.el
11
init.el
@ -559,4 +559,15 @@ visual states."
|
||||
(setq doom-modeline-support-imenu t)
|
||||
(doom-modeline-mode 1))
|
||||
|
||||
;; dashboard.el
|
||||
(use-package dashboard
|
||||
:config
|
||||
(dashboard-setup-startup-hook)
|
||||
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
|
||||
dashboard-display-icons-p t
|
||||
dashboard-icon-type 'nerd-icons
|
||||
dashboard-set-file-icons t
|
||||
dashboard-items '((recents . 5)
|
||||
(bookmarks . 5))))
|
||||
|
||||
;;; init.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user