Fix warning: Invalid face reference: quote. Invalid face attribute :inherit 'org-link

This commit is contained in:
stardiviner 2022-05-29 02:10:21 +08:00
parent 5d0ecac118
commit 2916aae933

View file

@ -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.