mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Fix org company config
This commit is contained in:
parent
618f7a4be4
commit
34425cbc7b
1 changed files with 3 additions and 1 deletions
|
@ -780,7 +780,9 @@ Taken from https://emacs.stackexchange.com/a/30691.
|
|||
(ignore-case t)
|
||||
(duplicates t)))
|
||||
|
||||
(add-to-list 'company-backends 'org-keyword-backend)
|
||||
(eval-after-load 'company
|
||||
'(add-to-list 'company-backends 'org-keyword-backend))
|
||||
|
||||
(add-hook 'org-mode-hook 'company-mode)
|
||||
#+END_SRC
|
||||
**** Exporting
|
||||
|
|
Loading…
Reference in a new issue