summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnosis.el b/gnosis.el
index 8291a1b..27cc001 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -190,12 +190,13 @@ Seperate the question/stem from options."
(defcustom gnosis-center-content-p t
"Non-nil means center content."
:type 'boolean
- :group 'gosis)
+ :group 'gnosis)
(defcustom gnosis-apply-highlighting-p t
"Non-nil means apply syntax highlighting."
:type 'boolean
- :group 'gosis)
+ :group 'gnosis)
+
(defvar gnosis-due-notes-total nil
"Total due notes.")