~edwargix/emacs.d

2a3c2e341d49409dbc7e59cab68f954ebf2c5cc3 — David Florness 6 years ago 4096e23
Use "C-c y" for yas-expand
2 files changed, 2 insertions(+), 3 deletions(-)

M init.el
M lisp/setup-helm.el
M init.el => init.el +2 -0
@@ 88,6 88,8 @@
;;; Yasnippet: yet another snippet extension
(use-package yasnippet
  :ensure t
  :bind
  ("C-c y" . yas-expand)
  :config
  (yas-global-mode 1))


M lisp/setup-helm.el => lisp/setup-helm.el +0 -3
@@ 53,9 53,6 @@
(use-package helm-c-yasnippet
  :ensure t
  :after (yasnippet helm)
  :bind
  ("C-c y" . helm-yas-complete)
  (:map mode-specific-map ("y" . helm-yas-complete))
  :init
  (progn
    (setq helm-yas-space-match-any-greedy t)))