summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-21 06:34:29 -0800
committerCraig Jennings <c@cjennings.net>2025-11-21 06:34:29 -0800
commita11843f8f0267c70f6c22d6ab5a0b7d3e37df5a3 (patch)
treef8987fb9bcc5103f956db45f4c891a64e5b5a983 /modules
parent0158baa8669c36937b886f3c0c2de115c4e3aaf3 (diff)
downloaddotemacs-a11843f8f0267c70f6c22d6ab5a0b7d3e37df5a3.tar.gz
dotemacs-a11843f8f0267c70f6c22d6ab5a0b7d3e37df5a3.zip
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
Diffstat (limited to 'modules')
-rw-r--r--modules/org-noter-config.el7
1 files 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))