~edwargix/emacs.d

5b144acaf4ca0de2be006cb010981590177966ff — David Florness 7 years ago b692c05
Set helm-c-yasnippet keybindings using use-package's :bind
1 files changed, 4 insertions(+), 3 deletions(-)

M lisp/setup-helm.el
M lisp/setup-helm.el => lisp/setup-helm.el +4 -3
@@ 52,10 52,11 @@
(use-package helm-c-yasnippet
  :ensure t
  :after yasnippet
  :config
  :bind
  ("C-c y" . helm-yas-complete)
  :init
  (progn
	(setq helm-yas-space-match-any-greedy t)
	(global-set-key (kbd "C-c y") 'helm-yas-complete)))
	(setq helm-yas-space-match-any-greedy t)))


;;; Helm extension for gtags