Remove old dashboard file
This commit is contained in:
parent
bc4ec44cea
commit
3fcf20b863
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
||||||
(require 'dashboard)
|
|
||||||
|
|
||||||
(dashboard-setup-startup-hook)
|
|
||||||
|
|
||||||
;; Set the startup message
|
|
||||||
(setq dashboard-banner-logo-title "")
|
|
||||||
|
|
||||||
;; Set the banner
|
|
||||||
(setq dashboard-startup-banner 'logo)
|
|
||||||
(setq dashboard-items '((recents . 10)
|
|
||||||
(bookmarks . 5)
|
|
||||||
))
|
|
||||||
|
|
||||||
;; Enable recent files
|
|
||||||
(recentf-mode 1)
|
|
||||||
|
|
||||||
(provide 'setup-dashboard)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue