Volvox

All-in-One developer modes for Emacs

Download as .zip Download as .tar.gz View on GitHub

Volvox

Volvox

Installation and Removal

Requirements

Installation

ATTENTION: Backup your .emacs, .emacs.d and use removal command written below for complete relocation for Volvox mode. This command(removal) also removes Volvox mode entirely.

For installing volvox mode give this in terminal

$ curl https://raw.github.com/vertexclique/volvox/master/do-install.sh | sh

...and take a rest.

If you want to code in JavaScript you must bytecompile js2-mode with this command in emacs: M-x byte-compile-file <RET> ~/.emacs.d/vendor/js2.el <RET>

Removal

For removal use this command in your terminal

$ curl https://raw.github.com/vertexclique/volvox/master/do-remove.sh | sh

...and take a cat.

Current Modes and IDE Functions in Volvox

JavaScript Mode

Type M-x js2-mode

Python Mode

Type M-x python-mode

Ruby Mode

Type M-x ruby-mode

Lua Mode

Type M-x lua-mode

Gist modes

Built-in gist modes based on Github API Token and fetching gists

GitHub integration

Built-in github integration based on defunkt's code

YAML Mode

Type M-x yaml-mode

Connecting to IRC

Type M-x irc (No auto-join) or Type M-x erc (auto-join)

Shell Script Mode

Type M-x shell-script-mode

SGML Mode

Type M-x sgml-mode

Markdown mode

Type M-x markdown-mode

Haskell mode

Type M-x haskell-mode

Lisp mode

Type M-x lisp-mode

TODO list which is placed in ~/.todo

Type for adding an entry volvox-todo-quick-enter For toggle the status volvox-todo-toggle-status You can see the status also cat ~/.todo

Cheatsheet mode

Type M-x cheat

also textile and treetop modes are exist...

Extra Mode Requests

If you want to extra modes for volvox mode click HERE and open an issue for your request.