mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
(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:
@@ -667,7 +667,7 @@ ARG is used to forward interactive calls to
|
|||||||
:group 'org-roam-faces)
|
:group 'org-roam-faces)
|
||||||
|
|
||||||
(defface org-roam-link-current
|
(defface org-roam-link-current
|
||||||
'((t :inherit org-block))
|
'((t :inherit org-link))
|
||||||
"Face for Org-roam links pointing to the current buffer."
|
"Face for Org-roam links pointing to the current buffer."
|
||||||
:group 'org-roam-faces)
|
:group 'org-roam-faces)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user