Install the helm-c-yasnippet package
This commit is contained in:
parent
30ec3aad97
commit
0ee44cc580
@ -71,6 +71,7 @@
|
|||||||
goto-last-change
|
goto-last-change
|
||||||
helm
|
helm
|
||||||
helm-ag
|
helm-ag
|
||||||
|
helm-c-yasnippet
|
||||||
helm-chrome
|
helm-chrome
|
||||||
helm-company
|
helm-company
|
||||||
helm-descbinds
|
helm-descbinds
|
||||||
|
8
init.el
8
init.el
@ -836,6 +836,14 @@
|
|||||||
:config
|
:config
|
||||||
(global-set-key [remap kill-ring-save] 'easy-kill))
|
(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 my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user