Rémi Vanicat writes:
>> But how do I get the auto-mode-alist tweaked to made this the default
>> mode for .vala files?
>
> Thinking about it, it would be normal that the automatic autoload
> generation does it. And indeed, there are ";;;autoload" stanzas for it
> in vala-mode.el, at least in vala
> But how do I get the auto-mode-alist tweaked to made this the default
> mode for .vala files?
This would be an issue for the elpa-markdown-mode package as well, I think.
Perhaps this is something that could be addressed by putting some fields
into the debian/*.elpa file, maybe something like
"Barak A. Pearlmutter" writes:
> I'm converting my most trivial emacs package, vala-mode-el, to
> elpa-vala-mode. In vala-mode-el, the emacsen-startup file contains this
> snippet:
>
> (autoload 'vala-mode "vala-mode" "Major mode for editing Vala code." t)
> (add-to-list 'auto-mode-alist
"Barak A. Pearlmutter" writes:
> Also, if I add a transition package
>
> Package: vala-mode-el
> Architecture: all
> Depends: elpa-vala-mode
> Description: Transition Package, vala-mode-el to elpa-vala-mode
>Vala mode has been elpa-fied and this is the transition package,
>vala-mod
I'm converting my most trivial emacs package, vala-mode-el, to
elpa-vala-mode. In vala-mode-el, the emacsen-startup file contains this
snippet:
(autoload 'vala-mode "vala-mode" "Major mode for editing Vala code." t)
(add-to-list 'auto-mode-alist '("\\.vala$" . vala-mode))
(add-to-list
5 matches
Mail list logo