tweak(org-roam): invert unlinked refs toggle property
This commit is contained in:
parent
d7c0810002
commit
026bca14f7
1 changed files with 2 additions and 2 deletions
|
|
@ -3558,8 +3558,8 @@ The unlinked references section is turned off by default for performance reasons
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(defadvice! ~/org-roam-unlinked-references-p (node)
|
(defadvice! ~/org-roam-unlinked-references-p (node)
|
||||||
"A predicate to control when unlinked references are shown in the `org-roam' buffer."
|
"A predicate to control when unlinked references are shown in the `org-roam' buffer."
|
||||||
:before-while #'org-roam-unlinked-references-section
|
:before-until #'org-roam-unlinked-references-section
|
||||||
(assoc "UNLINKED_REFS" (org-roam-node-properties node)))
|
(assoc "ROAM_NO_UNLINKED" (org-roam-node-properties node)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue