Add vala mode

This commit is contained in:
Wojciech Kozlowski 2018-01-16 22:18:18 +00:00
parent 3c29516605
commit e94256dd78

View File

@ -31,6 +31,7 @@
stickyfunc-enhance
swiper
toml-mode
vala-mode
yasnippet
s
@ -197,6 +198,16 @@
:bind
(("M-s M-s" . swiper)))
;; --------------------------------------------------------------------------
;; Configure Vala environment.
;; --------------------------------------------------------------------------
(use-package vala-mode
:defer t
:config
(add-to-list 'file-coding-system-alist '("\\.vala$" . utf-8))
(add-to-list 'file-coding-system-alist '("\\.vapi$" . utf-8)))
;; --------------------------------------------------------------------------
;; Enable yasnippet.
;; --------------------------------------------------------------------------