Skip to content

monkey-w1n5t0n/TimeLines-emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs mode for the TimeLines live coding language

There are two things here:

  1. An Emacs major mode for creating and interacting with a live TimeLines session.
  2. (What I consider to be) A set of sensible default settings and packages to get someone started with Emacs, together with a mini tutorial.

Installation

Emacs Config

If you are new to Emacs and want to get started quickly, clone this repo by executing

Linux & OS X

git clone https://github.com/lnfiniteMonkeys/TimeLines-emacs.git ~/.emacs.d

Windows

setx HOME ^%HOMEDRIVE^%^%HOMEPATH^%
git clone https://github.com/lnfiniteMonkeys/TimeLines-emacs.git %HOME%\.emacs.d

If there is a .emacs file in your home directory then delete it.

timelines-mode

If you already have an Emacs config and just want to use this mode, clone this repo in a directory, for example git clone https://github.com/lnfiniteMonkeys/TimeLines-emacs.git ~/timelines-emacs, and add the following lines to your init file, replacing the paths respectively:

(load "~/path/to/timelines-mode.el")
(setq timelines-path "~/path/to/timelines/source")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 72.6%
  • YASnippet 27.4%