mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): Fix syntax for calling compiled versions of functions (#791)
This commit is contained in:
@ -858,9 +858,9 @@ This face is used for links without a destination."
|
||||
map)
|
||||
(if org-roam-backlinks-mode
|
||||
(add-hook 'org-open-at-point-functions
|
||||
'org-roam-open-at-point nil 'local)
|
||||
#'org-roam-open-at-point nil 'local)
|
||||
(remove-hook 'org-open-at-point-functions
|
||||
'org-roam-open-at-point 'local)))
|
||||
#'org-roam-open-at-point 'local)))
|
||||
|
||||
(defun org-roam--in-buffer-p ()
|
||||
"Return t if in the Org-roam buffer."
|
||||
|
Reference in New Issue
Block a user