diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-21 06:34:29 -0800 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-21 06:34:29 -0800 |
| commit | 422c21e0e5840f09ea5d6f59ad1f1aaa8531d715 (patch) | |
| tree | 9e3e83c5f53673588980d4f29a5daa2711dc6ff4 /modules/org-noter-config.el | |
| parent | ac0c3d049b4653db1f8a60fe00135a7cd1d8feb9 (diff) | |
| download | dotemacs-422c21e0e5840f09ea5d6f59ad1f1aaa8531d715.tar.gz dotemacs-422c21e0e5840f09ea5d6f59ad1f1aaa8531d715.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/org-noter-config.el')
| -rw-r--r-- | modules/org-noter-config.el | 7 |
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)) |
