summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-20 06:48:06 +0300
committerThanos Apollo <[email protected]>2024-07-20 06:48:26 +0300
commit60f4476b54c165669b86031a278859ef44106b49 (patch)
treedfd2b5b6efafae409cac6751825aab3b93568e10
parent4cd3ce6993a9b97b698537c428addf7387b13a3f (diff)
faces: Fix typos
-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.")