(fix): Undo font locking changes in backlinks buffer (#386)

This commit is contained in:
Jethro Kuan
2020-04-01 11:50:16 +08:00
committed by GitHub
parent e4f77eb586
commit f27e5f2384

View File

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