diff --git a/modules/lang/org/contrib/roam.el b/modules/lang/org/contrib/roam.el index a5dcc3e83..a28f3ff9a 100644 --- a/modules/lang/org/contrib/roam.el +++ b/modules/lang/org/contrib/roam.el @@ -36,11 +36,7 @@ (setq org-roam-directory (expand-file-name (or org-roam-directory "") org-directory) org-roam-verbose nil ; https://youtu.be/fn4jIlFwuLU - org-roam-completion-system - (cond ((featurep! :completion helm) 'helm) - ((featurep! :completion ivy) 'ivy) - ((featurep! :completion ido) 'ido) - ('default))) + org-roam-completion-system 'default) ;; HACK Hide the mode line in the org-roam buffer, since it serves no purpose. ;; This makes it easier to distinguish among other org buffers.