From 1f8c84a5b33e38e1382a9f6872a53076ba0874f2 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed duplicate org-noter-enable-org-roam-integration call - Fixed indentation in when block for pdftools integration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- 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