wok diff emacs-pkg-vala-mode/stuff/vala-init.el @ rev 8957

Fixed xpat2 to not need xorg and xorg-dev. Add xorg-libX11, xorg-libXt, and xorg-libXaw to xpat2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:45:33 2011 +0000 (2011-03-01)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/emacs-pkg-vala-mode/stuff/vala-init.el	Tue Mar 01 18:45:33 2011 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +;; Register vala-mode
     1.5 +
     1.6 +(autoload 'vala-mode "vala-mode" "Major mode for editing Vala code." t)
     1.7 +(add-to-list 'auto-mode-alist '("\\.vala$" . vala-mode))
     1.8 +(add-to-list 'auto-mode-alist '("\\.vapi$" . vala-mode))