Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rubyist/campfire-mode

Campfire major mode for emacs
https://github.com/rubyist/campfire-mode

Last synced: 23 days ago
JSON representation

Campfire major mode for emacs

Awesome Lists containing this project

README

        

Requirements
============
emacs (duh)
el4r
tinder

Download
========
Currently - just pull from github until everything is worked out and a more
formal package is assembled.

git clone git://github.com/rubyist/campfire-mode.git

Installation
============

Drop campfire-mode.el into ~/.el4r

Add the following to ~/.el4r/init.rb:

el4r_load 'campfire-mode.rb'

Copy the campfire-mode.el somewhere in your emacs load path, set the
domain, username, password, and room variables and load it up.

Fire up campfire mode with M-x campfire-mode

In the *campfire* buffer you can speak with \C-c\C-s

The following functions are also available:

campfire-speak
campfire-paste-region
campfire-paste-buffer

To shutdown campfire, M-x campfire-stop

Questions, comments, patches to [email protected].