Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorOke committed Feb 22, 2011
0 parents commit ac948ec
Show file tree
Hide file tree
Showing 986 changed files with 240,511 additions and 0 deletions.
517 changes: 517 additions & 0 deletions .emacs

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions README
@@ -0,0 +1,10 @@
This is my current emacs setup.

Usage
============
0. cd to your root directory (cd ~ on my mac)
1. clobber your site-lisp directory and .emacs file
2. git clone git://github.com/thefury/emacs-site-lisp.git site-lisp
3. ln -s site-lisp/.emacs .emacs

You should be good to go.
Binary file added clisp-2.33.2/bin/clisp
Binary file not shown.
Binary file added clisp-2.33.2/lib/clisp/base/libcharset.a
Binary file not shown.
Binary file added clisp-2.33.2/lib/clisp/base/libnoreadline.a
Binary file not shown.
Binary file added clisp-2.33.2/lib/clisp/base/lisp.a
Binary file not shown.
Binary file added clisp-2.33.2/lib/clisp/base/lisp.run
Binary file not shown.
Binary file added clisp-2.33.2/lib/clisp/base/lispinit.mem
Binary file not shown.
8 changes: 8 additions & 0 deletions clisp-2.33.2/lib/clisp/base/makevars
@@ -0,0 +1,8 @@
CC='gcc'
CPPFLAGS=''
CFLAGS='-W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DNO_GETTEXT -DNO_SIGSEGV -I.'
CLFLAGS='-x none'
LIBS='lisp.a libcharset.a -lncurses -liconv '
X_LIBS=''
RANLIB='ranlib'
FILES='lisp.a libnoreadline.a libcharset.a '
1 change: 1 addition & 0 deletions clisp-2.33.2/lib/clisp/base/modules.h
@@ -0,0 +1 @@

Binary file added clisp-2.33.2/lib/clisp/base/modules.o
Binary file not shown.

0 comments on commit ac948ec

Please sign in to comment.