Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.
/ sourcetalk_emacs Public archive

SourceTalk plugin for Emacs allows you to initialize a code discussion conference directly from your editor

Notifications You must be signed in to change notification settings

malroc/sourcetalk_emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

SourceTalk for Emacs

SourceTalk plugin for Emacs allows you to initialize a code discussion conference directly from your editor

Installation

The recommended way to install SourceTalk plugin is via Marmalade

Manual

SourceTalk plugin depends on emacs-request (https://github.com/tkf/emacs-request). You'll need to drop emacs-request and sourcetalk.el somewhere in your load-path, and then do

(require 'request)
(require 'sourcetalk)

Usage

To create a conference execute sourcetalk-start-external-conference

You may also want to assign a key binding to this command. Add something like this to your config file:

(global-set-key (kbd "C-c s") 'sourcetalk-start-external-conference)

More info

Read SourceTalk home page:

http://sourcetalk.net

Watch screencast:

http://sourcetalk.net/screencast

About

SourceTalk plugin for Emacs allows you to initialize a code discussion conference directly from your editor

Resources

Stars

Watchers

Forks

Packages

No packages published