mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
switching org-roam-completion to use 'default
The conditional setup for completion system was causing fuzzy completion to fail. This fixes that.
This commit is contained in:
@@ -36,11 +36,7 @@
|
|||||||
(setq org-roam-directory (expand-file-name (or org-roam-directory "")
|
(setq org-roam-directory (expand-file-name (or org-roam-directory "")
|
||||||
org-directory)
|
org-directory)
|
||||||
org-roam-verbose nil ; https://youtu.be/fn4jIlFwuLU
|
org-roam-verbose nil ; https://youtu.be/fn4jIlFwuLU
|
||||||
org-roam-completion-system
|
org-roam-completion-system 'default)
|
||||||
(cond ((featurep! :completion helm) 'helm)
|
|
||||||
((featurep! :completion ivy) 'ivy)
|
|
||||||
((featurep! :completion ido) 'ido)
|
|
||||||
('default)))
|
|
||||||
|
|
||||||
;; HACK Hide the mode line in the org-roam buffer, since it serves no purpose.
|
;; 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.
|
;; This makes it easier to distinguish among other org buffers.
|
||||||
|
Reference in New Issue
Block a user