From e8418bd7af0eca2aaf4e5af2ec378c4fc567a6bc Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Sun, 16 Mar 2025 10:27:43 +0900 Subject: [PATCH] emacs : org noter - roam integration --- .config/emacs/lisp/init-org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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