Install the helm-c-yasnippet package

This commit is contained in:
Gergely Polonkai 2016-11-11 09:51:27 +01:00
parent 30ec3aad97
commit 0ee44cc580
2 changed files with 9 additions and 0 deletions

View File

@ -71,6 +71,7 @@
goto-last-change
helm
helm-ag
helm-c-yasnippet
helm-chrome
helm-company
helm-descbinds

View File

@ -836,6 +836,14 @@
:config
(global-set-key [remap kill-ring-save] 'easy-kill))
(use-package helm-c-yasnippet
:ensure t
:demand t
:config
(setq helm-yas-space-match-any-greedy t)
:bind
(("C-c y" . helm-yas-complete)))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")