diff options
author | Thanos Apollo <[email protected]> | 2024-06-28 17:59:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-28 17:59:00 +0300 |
commit | 770c38fbec44109db24941e057d6f830f7e5911b (patch) | |
tree | edbedd47535aeb7b31badd54b283fd74b71c9788 /gnosis.el | |
parent | 2042ef66bebc8b80b24b49ba667f85ddda2ce861 (diff) |
Add custom gnosis-center-content
Disable/enable gnosis-center funcs
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.") |