Merge pull request #4435 from AloisJanicek/org-journal-completion-fix
Prioritize company-capf back-end in org-journal
This commit is contained in:
commit
785b8f1244
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