mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #2960 from bdarcus/patch-1
switching org-roam-completion to use 'default
This commit is contained in:
@ -40,7 +40,10 @@
|
|||||||
(cond ((featurep! :completion helm) 'helm)
|
(cond ((featurep! :completion helm) 'helm)
|
||||||
((featurep! :completion ivy) 'ivy)
|
((featurep! :completion ivy) 'ivy)
|
||||||
((featurep! :completion ido) 'ido)
|
((featurep! :completion ido) 'ido)
|
||||||
('default)))
|
('default))
|
||||||
|
org-roam-completion-fuzzy-match
|
||||||
|
(or (featurep! :completion helm +fuzzy)
|
||||||
|
(featurep! :completion ivy +fuzzy)))
|
||||||
|
|
||||||
;; 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