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

move from undigest python-apsw, python-llfuse, python-py, python-pycryptopp, python-pyliblzma, python-pytest, python-unittest2, s3ql
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 18:19:33 2013 +0200 (2013-04-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/emacs-pkg-vala-mode/stuff/80-vala-init.el	Mon Apr 22 18:19:33 2013 +0200
     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))