diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | config.sexp | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f1fa72 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*~ +files/*
\ No newline at end of file diff --git a/config.sexp b/config.sexp new file mode 100644 index 0000000..6ea9e4b --- /dev/null +++ b/config.sexp @@ -0,0 +1,7 @@ +;; if these directories are relative, they will be relative to the +;; directory containing this file. If they are absolute then they're +;; just absolute. + +(:store-directory "files/store/" + :theme-image-directory "files/themes/" + :fussy-el "fussy.el") |