mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix invalid face: quote errors in dashboard
This commit is contained in:
@ -38,7 +38,7 @@ Possible values:
|
||||
(file-exists-p (expand-file-name persp-auto-save-fname
|
||||
persp-save-dir)))
|
||||
:key "SPC TAB R"
|
||||
:face '(:inherit (font-lock-keyword-face bold))
|
||||
:face (:inherit (font-lock-keyword-face bold))
|
||||
:action (+workspace/load-session))
|
||||
("See agenda for this week"
|
||||
:icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face)
|
||||
|
Reference in New Issue
Block a user