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

updated serd and serd-dev (0.18.0 -> 0.30.0)
author Hans-G?nter Theisgen
date Thu Oct 03 20:51:42 2019 +0100 (2019-10-03)
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	Thu Oct 03 20:51:42 2019 +0100
     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))