aboutsummaryrefslogtreecommitdiff
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
commit3206dcc036068d28eaee69129323721d4dece07c (patch)
treed25d574133bdecd958065b0bb1eae2fccc575b47 /modules
parent6aaf45e54dd676bd4dc306dc7c9e15ca1f875e65 (diff)
downloaddotemacs-3206dcc036068d28eaee69129323721d4dece07c.tar.gz
dotemacs-3206dcc036068d28eaee69129323721d4dece07c.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))