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

gnustep-gui: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 08 09:06:49 2012 +0200 (2012-08-08)
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))