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

aufs: add TARBALL need to avoid cloning each time. It's tar.bz2 since cook will compress it in this format but if *.tar.lzma exit it will be used by both cook and tazwok
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 15:38:20 2011 +0200 (2011-05-09)
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))