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

busybox-static: script needs CONFIG_FEATURE_DEVPTS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 11 17:19:02 2012 +0200 (2012-04-11)
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))