Fix typo in dashboard config

This commit is contained in:
Evie Litherland-Smith 2024-03-02 12:57:42 +00:00
parent fefca04bfb
commit a183105940

View file

@ -253,7 +253,7 @@ Removed in favour of [[https://github.com/catppuccin/emacs][Catppuccin (emacs)]]
(dashboard-set-init-info t)
(dashboard-icon-type 'nerd-icons)
(dashboard-set-file-icons t)
(dashboard-set-heading icons t) ; Need to fix octicon bug
(dashboard-set-heading-icons t)
(dashboard-projects-backend 'project-el)
(dashboard-week-agenda t)
(dashboard-agenda-sort-strategy '(todo-state-up time-up))