Next: , Previous: , Up: Top   [Contents]


11 Org-roam Completion System

Org-roam offers completion when choosing note titles etc. The completion system is configurable. The default setting,

(setq org-roam-completion-system 'default)

uses Emacs’ standard completing-read. If you prefer Helm, use

(setq org-roam-completion-system 'helm)

Other options include 'ido, and 'ivy.