From 422c21e0e5840f09ea5d6f59ad1f1aaa8531d715 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 21 Nov 2025 06:34:29 -0800 Subject: fix(org-noter): remove duplicate org-roam integration call - Removed duplicate org-noter-enable-org-roam-integration call - Fixed indentation in when block for pdftools integration --- modules/org-noter-config.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/org-noter-config.el b/modules/org-noter-config.el index 253ed892..9a2afe9a 100644 --- a/modules/org-noter-config.el +++ b/modules/org-noter-config.el @@ -52,10 +52,9 @@ ;; If you want to use the org-noter-pdftools integration features (when (featurep 'org-noter-integration) - (setq org-noter-use-pdftools-link-location t) - (setq org-noter-use-org-id t) - (setq org-noter-use-unique-org-id t)) - (org-noter-enable-org-roam-integration) + (setq org-noter-use-pdftools-link-location t) + (setq org-noter-use-org-id t) + (setq org-noter-use-unique-org-id t)) (org-noter-enable-org-roam-integration)) -- cgit v1.2.3