-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove irrelevant emacs config, replace README.md with README.org
- Loading branch information
lnfiniteMonkeys
committed
Oct 1, 2019
1 parent
84b6b98
commit bbcbf26
Showing
6 changed files
with
11 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#+TITLE: Emacs mode for the TimeLines live coding language | ||
* Installation | ||
Download or ~git-clone~ this repository to a path on your machine and add the | ||
following lines to your ~.emacs~ or ~.emacs.d/init.el~ files: | ||
#+BEGIN_SRC elisp | ||
(add-to-list 'load-path "~/path/to/timelines-mode") | ||
(require 'timelines-mode) | ||
(setq timelines-path "~/path/to/timelines/source") | ||
#+END_SRC | ||
replacing the correct paths to timelines-mode (this repo) and the timelines | ||
source (https://github.com/lnfiniteMonkeys/TimeLines). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.