From e91752e2d2b6c631fd774823a10868c5d7e40d8a Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 2 Nov 2014 10:25:21 -0500 Subject: Add cache directory as a customizable variable --- stack-core.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stack-core.el') 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.") -- cgit v1.2.3