There are two things here:
- An Emacs major mode for creating and interacting with a live TimeLines session.
- (What I consider to be) A set of sensible default settings and packages to get someone started with Emacs, together with a mini tutorial.
If you are new to Emacs and want to get started quickly, clone this repo by executing
git clone https://github.com/lnfiniteMonkeys/TimeLines-emacs.git ~/.emacs.d
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.
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")