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

matchbox-window-manager-2: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 09 10:08:51 2013 +0000 (2013-12-09)
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	Mon Dec 09 10:08:51 2013 +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))