From 60f4476b54c165669b86031a278859ef44106b49 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 20 Jul 2024 06:48:06 +0300 Subject: faces: Fix typos --- gnosis.el | 5 +++-- 1 file 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.") -- cgit v1.2.3