bind C-c K to helm-make

This commit is contained in:
Łukasz Pankowski 2018-03-17 15:12:37 +01:00
parent 5003c2c540
commit 8b852d0127

View File

@ -120,6 +120,11 @@
:bind :bind
(("C-c g" . helm-ls-git-ls))) (("C-c g" . helm-ls-git-ls)))
(use-package helm-make
:ensure nil
:bind
(("C-c K" . helm-make)))
(use-package helm-c-yasnippet (use-package helm-c-yasnippet
:ensure nil :ensure nil
:bind :bind