Skip to content

Commit a8c4f0a

Browse files
committed
updating .gitignore and README
1 parent 8b6f32b commit a8c4f0a

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*
2+
!*.html
3+
!.gitignore

README

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
This is a Literate Programming fork of the original Emacs Starter Kit
2+
3+
This should provide a saner set of defaults than you get normally with
4+
Emacs. It's intended for beginners, but provides a good elisp
5+
initialization structure for all levels of users.
6+
7+
The main advantage of this Emacs Starter Kit are
8+
- better default settings
9+
- easy loading of many useful libraries and configurations
10+
- "literate" customization embedded in Org-mode files
11+
- an organizational directory structure
12+
- git provides for version control, backup, and sharing
13+
- easy instillation with no need to compile external packages
14+
15+
The latest version is at http://github.com/eschulte/emacs24-starter-kit/
16+
17+
For more information including use and instillation instructions see
18+
http://eschulte.github.com/emacs24-starter-kit/

0 commit comments

Comments
 (0)