wok-current view emacs-pkg-vala-mode/stuff/80-vala-init.el @ rev 16385

ntk-dev: add deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 15 07:39:51 2014 +0000 (2014-04-15)
parents
children
line source
1 ;; Register vala-mode
3 (autoload 'vala-mode "vala-mode" "Major mode for editing Vala code." t)
4 (add-to-list 'auto-mode-alist '("\\.vala$" . vala-mode))
5 (add-to-list 'auto-mode-alist '("\\.vapi$" . vala-mode))