branch: externals/denote commit c2419d93f9f8c2bae710d8fec12c3284985b8241 Author: Noboru Ota <m...@nobiot.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
fix: correct ffap functions in 'denote-modules' --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index ca5ad2e8f0..fd7878b7c0 100644 --- a/denote.el +++ b/denote.el @@ -3324,8 +3324,8 @@ or set it in your configuration." (const xref-backend-functions) (function denote--xref-backend)) (cons :tag "Integration with find-file-at-point `ffap'" - (function denote-module-ffap-setup) - (function denote-module-ffap-teardown)))) + (function denote-module-ffap-enable) + (function denote-module-ffap-disable)))) ;;;; project.el integration ;; This is also used by xref integration