diff options
author | colin <colin@cicadas.surf> | 2023-03-29 20:25:52 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-03-29 20:25:52 -0700 |
commit | 028b836073e301a5352d796decc1b802c319cee9 (patch) | |
tree | 1c382f68a919dc69d49a4754190e68103e7ae34e /config.sexp | |
parent | b63341ed3d0a2006355dbd3e2403fff92d4ef83d (diff) |
added gitignore, added example config
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") |