wok-current diff emacs-pkg-vala-mode/stuff/vala-init.el @ rev 15717
remove linux-lxc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 26 09:02:17 2013 +0000 (2013-12-26) |
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 Thu Dec 26 09:02:17 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))