Add bind to open dashboard
This commit is contained in:
parent
b6ff046453
commit
2c72d80a5e
|
@ -366,6 +366,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
||||||
(use-package dashboard
|
(use-package dashboard
|
||||||
:ensure t
|
:ensure t
|
||||||
:demand
|
:demand
|
||||||
|
:bind (("C-c o d" . dashboard-open))
|
||||||
:custom
|
:custom
|
||||||
(dashboard-center-content t)
|
(dashboard-center-content t)
|
||||||
(dashboard-icon-type 'nerd-icons)
|
(dashboard-icon-type 'nerd-icons)
|
||||||
|
|
Loading…
Reference in a new issue