wok annotate emacs-pkg-vala-mode/stuff/vala-init.el @ rev 25565

BootProg: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 11 16:10:53 2023 +0000 (2023-05-11)
parents
children
rev   line source
domcox@8443 1 ;; Register vala-mode
domcox@8443 2
domcox@8443 3 (autoload 'vala-mode "vala-mode" "Major mode for editing Vala code." t)
domcox@8443 4 (add-to-list 'auto-mode-alist '("\\.vala$" . vala-mode))
domcox@8443 5 (add-to-list 'auto-mode-alist '("\\.vapi$" . vala-mode))