diff --git a/.config/emacs/lisp/init-org.el b/.config/emacs/lisp/init-org.el index 1d5c911..7b54fe9 100644 --- a/.config/emacs/lisp/init-org.el +++ b/.config/emacs/lisp/init-org.el @@ -248,7 +248,8 @@ prepended to the element after the #+HEADER: tag." org-noter-hide-other nil org-noter-notes-search-path '("~/org/notes") org-noter-separate-notes-from-heading t - org-noter-highlight-selected-text t)) + org-noter-highlight-selected-text t) + (org-noter-enable-org-roam-integration)) (use-package org-modern :straight t