wok-current view emacs-pkg-vala-mode/stuff/vala-init.el @ rev 23286

updated perl-algorithm-permute (0.12 -> 0.16)
author Hans-G?nter Theisgen
date Sun Mar 29 14:45:23 2020 +0100 (2020-03-29)
parents
children
line source
1 ;; Register vala-mode
3 (autoload 'vala-mode "vala-mode" "Major mode for editing Vala code." t)
4 (add-to-list 'auto-mode-alist '("\\.vala$" . vala-mode))
5 (add-to-list 'auto-mode-alist '("\\.vapi$" . vala-mode))