From 4b2b23c2ed061af6324c696d2192fa19c2da546e Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 1 Jan 2019 20:30:21 +0100 Subject: [PATCH] Cleanup --- js/.gitignore => .gitignore | 0 js/README.org | 18 ------------------ 2 files changed, 18 deletions(-) rename js/.gitignore => .gitignore (100%) delete mode 100644 js/README.org diff --git a/js/.gitignore b/.gitignore similarity index 100% rename from js/.gitignore rename to .gitignore diff --git a/js/README.org b/js/README.org deleted file mode 100644 index 73129e5..0000000 --- a/js/README.org +++ /dev/null @@ -1,18 +0,0 @@ -* Practical Common Lisp - Beatifier -This browser extension adds syntax highlighting and other goodies to the [online -version](http://www.gigamonkeys.com/book/) of Practical Common Lisp by Peter Seibel. - -** Features - - syntax highlightinh - - table of contents - - quick-nav: - - =right-arrow-key= - next chapter - - =left-arrow-key= - previous chapter - - =HOME/POS1= - index page - -** TODO - - integrate full index into TOC - -** Credits - - syntax highlighting: [highlight-lisp](https://github.com/orthecreedence/highlight-lisp) - - Table of Contents: [Tocbot](https://tscanlin.github.io/tocbot/)