Install yasnippet and vala-snippets packages

This commit is contained in:
Gergely Polonkai
2016-10-20 10:20:38 +02:00
parent d1468f35a7
commit a498706564
1085 changed files with 12052 additions and 0 deletions

10
init.el
View File

@@ -126,9 +126,11 @@
typescript-mode
use-package
vala-mode
vala-snippets
wakatime-mode
xlicense
yaml-mode
yasnippet
zone-nyan)))
'(savehist-mode t)
'(sgml-basic-offset 4)
@@ -542,6 +544,14 @@
:init
(setq calendar-week-start-day 1))
(use-package yasnippet
:config
(yas-global-mode 1))
(use-package vala-snippets
:after
yasnippet)
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")