(chore): inherit org-roam-link-current from org-link (#563)

A better default for org-roam-link-current is the original org-link
face, rather than org-block.
This commit is contained in:
Jethro Kuan
2020-05-04 20:58:12 +08:00
committed by GitHub
parent 11d239d661
commit f6e84caf72

View File

@@ -667,7 +667,7 @@ ARG is used to forward interactive calls to
:group 'org-roam-faces)
(defface org-roam-link-current
'((t :inherit org-block))
'((t :inherit org-link))
"Face for Org-roam links pointing to the current buffer."
:group 'org-roam-faces)