Trying to get org-journal working, but it wants to auto-complete nearly every word I type, then require two space bar hits to advance to type next word.
I've disabled both auto-complete and company. No, disabling auto-complete doesn't help, but oddly enough disabling company fixes the situation. Would this work if put in the right place?
Trying to get org-journal working, but it wants to auto-complete nearly every word I type, then require two space bar hits to advance to type next word.
Here is my org-journal config
I've disabled both auto-complete and company. No, disabling auto-complete doesn't help, but oddly enough disabling company fixes the situation. Would this work if put in the right place?
(add-hook 'org-journal-mode-hook (company-mode -1))