use helm-c-yasnippet

This commit is contained in:
Łukasz Pankowski 2017-11-19 23:53:31 +01:00
parent eebabd7dbf
commit 0bbd683da8

View File

@ -108,6 +108,11 @@
:bind
(("C-c g" . helm-ls-git-ls)))
(use-package helm-c-yasnippet
:ensure nil
:bind
(("C-c y" . helm-yas-complete)))
;;; Use more more efficient changing windows
(use-package ace-window