Merge pull request #2960 from bdarcus/patch-1

switching org-roam-completion to use 'default
This commit is contained in:
Henrik Lissner 2020-04-24 00:10:40 -04:00 committed by GitHub
commit 233295dba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,10 @@
(cond ((featurep! :completion helm) 'helm)
((featurep! :completion ivy) 'ivy)
((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.
;; This makes it easier to distinguish among other org buffers.