diff options
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)) |
