From 028b836073e301a5352d796decc1b802c319cee9 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 29 Mar 2023 20:25:52 -0700 Subject: added gitignore, added example config --- config.sexp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.sexp (limited to 'config.sexp') 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") -- cgit v1.2.3