Merge pull request #2960 from bdarcus/patch-1
switching org-roam-completion to use 'default
This commit is contained in:
commit
233295dba6
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue