Install the helm-c-yasnippet package
This commit is contained in:
parent
30ec3aad97
commit
0ee44cc580
@ -71,6 +71,7 @@
|
||||
goto-last-change
|
||||
helm
|
||||
helm-ag
|
||||
helm-c-yasnippet
|
||||
helm-chrome
|
||||
helm-company
|
||||
helm-descbinds
|
||||
|
8
init.el
8
init.el
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user