mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -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
|
(insert (propertize
|
||||||
(s-trim (s-replace "\n" " "
|
(s-trim (s-replace "\n" " "
|
||||||
(plist-get props :content)))
|
(plist-get props :content)))
|
||||||
'font-lock-face 'org-roam-backlink
|
|
||||||
'help-echo "mouse-1: visit backlinked note"
|
'help-echo "mouse-1: visit backlinked note"
|
||||||
'file-from file-from
|
'file-from file-from
|
||||||
'file-from-point (plist-get props :point)))
|
'file-from-point (plist-get props :point)))
|
||||||
|
Reference in New Issue
Block a user