wok-stable annotate emacs-pkg-vala-mode/stuff/vala-init.el @ rev 9729

FIX libpostgresqlclient pkg file list (what is that $wanted_stuff ? Why have change something working and use from the start of the project?)
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 09 14:55:28 2011 +0200 (2011-05-09)
parents
children
rev   line source
domcox@8443 1 ;; Register vala-mode
domcox@8443 2
domcox@8443 3 (autoload 'vala-mode "vala-mode" "Major mode for editing Vala code." t)
domcox@8443 4 (add-to-list 'auto-mode-alist '("\\.vala$" . vala-mode))
domcox@8443 5 (add-to-list 'auto-mode-alist '("\\.vapi$" . vala-mode))