From 770c38fbec44109db24941e057d6f830f7e5911b Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 28 Jun 2024 17:59:00 +0300 Subject: Add custom gnosis-center-content Disable/enable gnosis-center funcs --- gnosis.el | 5 +++++ 1 file changed, 5 insertions(+) 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.") -- cgit v1.2.3