fix(helm): Do not defer helm-make package to ensure keybinding works

This commit is contained in:
2020-04-26 22:26:11 +01:00
parent 54a9f62bbb
commit 9efa5e54e9

View File

@@ -9,7 +9,6 @@
(require 'siren-helm)
(use-package helm-make
:defer t
:bind
(:map helm-command-map
("m" . helm-make-projectile))