All Projects → emacs-jp → helm-c-yasnippet

emacs-jp / helm-c-yasnippet

Licence: other
Helm source for yasnippet

Programming Languages

emacs lisp
2029 projects

helm-c-yasnippet melpa badge melpa stable badge

helm source for yasnippet.el

Screenshot

helm-c-yasnippet

Installation

helm-c-yasnippet is available on MELPA and MELPA-STABLE.

You can install helm-c-yasnippet with the following command.

M-x package-install [RET] helm-c-yasnippet [RET]

Sample Configuration

(require 'yasnippet)
(require 'helm-c-yasnippet)
(setq helm-yas-space-match-any-greedy t)
(global-set-key (kbd "C-c y") 'helm-yas-complete)
(yas-global-mode 1)
(yas-load-directory "<path>/<to>/snippets/")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].