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 | 1f8c84a5b33e38e1382a9f6872a53076ba0874f2 (patch) | |
| tree | 9e3e83c5f53673588980d4f29a5daa2711dc6ff4 /modules | |
| parent | 5dffefd76ad29b030ba2392ab878cb8feee01c6a (diff) | |
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
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'modules')
| -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)) |
