Fix warning: Invalid face reference: quote. Invalid face attribute :inherit 'org-link
This commit is contained in:
parent
5d0ecac118
commit
2916aae933
1 changed files with 1 additions and 1 deletions
|
@ -1339,7 +1339,7 @@ Each element has the form (NAME . (FILE . POSITION))."
|
|||
(cond
|
||||
((string-match "/.*/" path)
|
||||
'(:background "sky blue" :overline t :slant 'italic))
|
||||
(t '(:inherit 'org-link))))
|
||||
(t '(:inherit org-link))))
|
||||
|
||||
|
||||
;;; org-mode link "mailto:" email completion.
|
||||
|
|
Loading…
Reference in a new issue