add some packages to my-packages extra

packages:
* company-quickhelp (and dependency pos-tip)
* qml-mode
This commit is contained in:
Adam Goldsmith 2015-07-27 22:21:51 -04:00
parent ad30150d2c
commit 18a8cb2c42

5
.emacs
View File

@ -61,7 +61,9 @@
hydra hydra
multiple-cursors)) multiple-cursors))
(setq my-packages-extra (setq my-packages-extra
'(tramp '(company-quickhelp
pos-tip
tramp
magit magit
lua-mode lua-mode
pkgbuild-mode pkgbuild-mode
@ -72,6 +74,7 @@
todotxt-mode todotxt-mode
php-mode php-mode
scad-mode scad-mode
qml-mode
smarttabs smarttabs
jedi jedi
company-jedi)) company-jedi))