Merge pull request #4476 from ejez/fix-company-backends

Fix company backends for text and org modes
This commit is contained in:
Henrik Lissner 2021-01-03 18:41:13 -05:00 committed by GitHub
commit 83d416ae78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1124,7 +1124,7 @@ compelling reason, so..."
:config
(add-to-list 'doom-debug-variables 'org-export-async-debug)
(set-company-backend! 'org-mode 'company-capf 'company-dabbrev)
(set-company-backend! 'org-mode 'company-capf)
(set-eval-handler! 'org-mode #'+org-eval-handler)
(set-lookup-handlers! 'org-mode
:definition #'+org-lookup-definition-handler