summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-28 17:59:00 +0300
committerThanos Apollo <[email protected]>2024-06-28 17:59:00 +0300
commit770c38fbec44109db24941e057d6f830f7e5911b (patch)
treeedbedd47535aeb7b31badd54b283fd74b71c9788 /gnosis.el
parent2042ef66bebc8b80b24b49ba667f85ddda2ce861 (diff)
Add custom gnosis-center-content
Disable/enable gnosis-center funcs
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index b71ec10..6d7e6c3 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -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.")