Fix invalid face: quote errors in dashboard
This commit is contained in:
parent
c9ffa063e7
commit
e37e6fc25c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Possible values:
|
||||||
(file-exists-p (expand-file-name persp-auto-save-fname
|
(file-exists-p (expand-file-name persp-auto-save-fname
|
||||||
persp-save-dir)))
|
persp-save-dir)))
|
||||||
:key "SPC TAB R"
|
:key "SPC TAB R"
|
||||||
:face '(:inherit (font-lock-keyword-face bold))
|
:face (:inherit (font-lock-keyword-face bold))
|
||||||
:action (+workspace/load-session))
|
:action (+workspace/load-session))
|
||||||
("See agenda for this week"
|
("See agenda for this week"
|
||||||
:icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face)
|
:icon (all-the-icons-octicon "calendar" :face 'font-lock-keyword-face)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue