Skip to content

Commit

Permalink
Remove irrelevant emacs config, replace README.md with README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
lnfiniteMonkeys committed Oct 1, 2019
1 parent 84b6b98 commit bbcbf26
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 365 deletions.
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

11 changes: 11 additions & 0 deletions README.org
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).
5 changes: 0 additions & 5 deletions additional-settings.el

This file was deleted.

58 changes: 0 additions & 58 deletions init.el

This file was deleted.

83 changes: 0 additions & 83 deletions qwerty-to-dvorak.el

This file was deleted.

217 changes: 0 additions & 217 deletions timelines-setup.org

This file was deleted.

0 comments on commit bbcbf26

Please sign in to comment.