diff options
Diffstat (limited to 'config.sexp')
-rw-r--r-- | config.sexp | 7 |
1 files changed, 7 insertions, 0 deletions
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") |