(fix): Fix syntax for calling compiled versions of functions (#791)

This commit is contained in:
Leo Vivier
2020-06-11 08:39:12 +02:00
committed by GitHub
parent 92e02b5d14
commit 1168c9b6da

View File

@ -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."