From 1913aba24aa1700b066bbe09c34f6ce1be9ef37a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 18 Aug 2022 23:24:34 +0530 Subject: Make ennum-blog customizable. * ennum.el (ennum-blog): Define using defcustom instead of defvar. --- ennum.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ennum.el b/ennum.el index da4bfe7..63a24fb 100644 --- a/ennum.el +++ b/ennum.el @@ -16,7 +16,7 @@ (defconst ennum-version "0.1.0" "Ennum version string") -(defvar ennum-blog nil +(defcustom ennum-blog nil "Property list specifying ennum publish settings. Valid properties are described below. @@ -132,7 +132,8 @@ to ((\"en\" . \"C\")). Path to the ennum store. The store is a temporary directory used to cache various versions of built artifacts. It is always safe to delete. If the store path is relative, it is interpreted -relative to `:working-directory'. Defaults to \".ennum\".") +relative to `:working-directory'. Defaults to \".ennum\"." + :group 'ennum) (defvar ennum-track-features '(ennum ennum-html ennum-image ob-tangle org ox ox-html) -- cgit v1.2.3