Merge pull request #4476 from ejez/fix-company-backends
Fix company backends for text and org modes
This commit is contained in:
commit
83d416ae78
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue