Add bind to open dashboard

This commit is contained in:
Evie Litherland-Smith 2023-12-27 13:59:45 +00:00
parent b6ff046453
commit 2c72d80a5e

View file

@ -366,6 +366,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
(use-package dashboard
:ensure t
:demand
:bind (("C-c o d" . dashboard-open))
:custom
(dashboard-center-content t)
(dashboard-icon-type 'nerd-icons)