mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): Undo font locking changes in backlinks buffer (#386)
This commit is contained in:
@ -640,7 +640,6 @@ This function hooks into `org-open-at-point' via `org-open-at-point-functions'."
|
||||
(insert (propertize
|
||||
(s-trim (s-replace "\n" " "
|
||||
(plist-get props :content)))
|
||||
'font-lock-face 'org-roam-backlink
|
||||
'help-echo "mouse-1: visit backlinked note"
|
||||
'file-from file-from
|
||||
'file-from-point (plist-get props :point)))
|
||||
|
Reference in New Issue
Block a user