Description: This is a major mode for the V programming language For more details, see the project page at https://github.com/damon-kwok/v-mode Installation: The simple way is to use package.el: M-x package-install v-mode Or, copy v-mode.el to some location in your Emacs load path. Then add "(require 'v-mode)" to your Emacs initialization (.emacs, init.el, or something). Example config: (require 'v-mode)