summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index b71ec10..6d7e6c3 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -170,6 +170,11 @@ Seperate the question/stem from options."
:type 'string
:group 'gnosis)
+(defcustom gnosis-center-content t
+ "When t, centers text."
+ :type 'boolean
+ :group 'gosis)
+
(defvar gnosis-due-notes-total nil
"Total due notes.")