Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rubyist/campfire-mode
- Owner: rubyist
- License: mit
- Created: 2008-08-25T13:24:45.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2008-08-25T17:14:31.000Z (about 16 years ago)
- Last Synced: 2023-04-10T09:21:20.014Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 78.1 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
README
Requirements
============
emacs (duh)
el4r
tinderDownload
========
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-bufferTo shutdown campfire, M-x campfire-stop
Questions, comments, patches to [email protected].