Merge branch 'develop' into loadConditions
This commit is contained in:
commit
1ed0d3555e
3 changed files with 10 additions and 9 deletions
|
@ -33,14 +33,16 @@
|
|||
:desc "Tomorrow" "m" #'org-roam-tomorrow
|
||||
:desc "Yesterday" "y" #'org-roam-yesterday))
|
||||
:config
|
||||
(unless org-roam-directory
|
||||
(setq org-roam-directory org-directory))
|
||||
(setq org-roam-completion-system
|
||||
(setq org-roam-directory (expand-file-name (or org-roam-directory "")
|
||||
org-directory)
|
||||
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
|
||||
;; detected), we can safely chain `org-roam-protocol' to it.
|
||||
(use-package! org-roam-protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue