aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stack-core.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/stack-core.el b/stack-core.el
index 9a535cd..3391d14 100644
--- a/stack-core.el
+++ b/stack-core.el
@@ -44,6 +44,10 @@
;;; Constants and Customizable Options
+(defcustom stack-cache-directory
+ (expand-file-name ".stackmode" user-emacs-directory)
+ "Directory containined cached files and precompiled filters.")
+
(defconst stack-core-api-version
"2.2"
"The current version of the API.")