Oops, face inherit shouldn't be quoted

This commit is contained in:
Benson Chu 2020-05-15 22:18:54 -05:00
parent 2a181b47eb
commit e95e16ca25
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
;; Faces for overlays
(defface notmuch-tree-overlay-fold-face
'((t :inherit 'font-lock-keyword-face))
'((t :inherit font-lock-keyword-face))
"Default face used to display `notmuch-tree-overlay-string'"
:group 'notmuch-tree
:group 'notmuch-faces)

View file

@ -50,7 +50,7 @@
(list todo-keyword-str))))
(when color
(add-to-list 'org-todo-keyword-faces
`(,str :foreground ,color :weight bold :inherit 'fixed-pitch)))
`(,str :foreground ,color :weight bold :inherit fixed-pitch)))
(pcase type
('ambiguous (add-to-list 'opr/ambiguous
str))