Update
This commit is contained in:
10
lisp/init-dashboard.el
Normal file
10
lisp/init-dashboard.el
Normal file
@@ -0,0 +1,10 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package dashboard
|
||||
:demand t
|
||||
:bind ("<f2>" . dashboard-open)
|
||||
:config
|
||||
(dashboard-setup-startup-hook))
|
||||
|
||||
|
||||
(provide 'init-dashboard)
|
||||
Reference in New Issue
Block a user