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

connman-ui: set a meaningful name to the source for mirror:/source/packages-cooking/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 10 11:04:26 2014 +0000 (2014-04-10)
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))