Prioritize company-capf back-end in org-journal
This allows functionality like completion of org-roam items seamlessly work in org-journal-mode files too. Same setting is already set for org-mode itself.
This commit is contained in:
parent
a4392b2c0d
commit
715c736815
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@
|
|||
|
||||
(set-popup-rule! "^\\*Org-journal search" :select t :quit t)
|
||||
|
||||
(set-company-backend! 'org-journal-mode 'company-capf 'company-dabbrev)
|
||||
|
||||
(map! (:map org-journal-mode-map
|
||||
:n "]f" #'org-journal-next-entry
|
||||
:n "[f" #'org-journal-previous-entry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue