diff options
author | Thanos Apollo <[email protected]> | 2024-07-20 06:48:06 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-20 06:48:26 +0300 |
commit | 60f4476b54c165669b86031a278859ef44106b49 (patch) | |
tree | dfd2b5b6efafae409cac6751825aab3b93568e10 /gnosis.el | |
parent | 4cd3ce6993a9b97b698537c428addf7387b13a3f (diff) |
faces: Fix typos
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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.") |