Add config for company-qml

This commit is contained in:
Adam Goldsmith 2018-05-11 00:53:20 -04:00
parent e8db8ccf90
commit 1ee3df018a
1 changed files with 4 additions and 0 deletions

View File

@ -617,6 +617,10 @@
(use-package qml-mode
:mode "\\.qml\\'")
(use-package company-qml
:config
(add-to-list 'company-backends 'company-qml))
(use-package jdee
:defer
:config