Merge pull request #2877 from HaoZeke/loadConditions
Configure org-roam completion backend
This commit is contained in:
commit
5f7f0ac4e7
1 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,12 @@
|
|||
:config
|
||||
(setq org-roam-directory (expand-file-name (or org-roam-directory "")
|
||||
org-directory)
|
||||
org-roam-verbose nil)) ; https://youtu.be/fn4jIlFwuLU
|
||||
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))))
|
||||
|
||||
|
||||
;; Since the org module lazy loads org-protocol (waits until an org URL is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue