From 0573178562b20ea0fd5c362ef4ba943cd57404a5 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 29 Jan 2025 14:52:07 +0200 Subject: Add custom bullet-point-char & todo-files. --- org-gnosis.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'org-gnosis.el') diff --git a/org-gnosis.el b/org-gnosis.el index 5a1fb22..a724db0 100644 --- a/org-gnosis.el +++ b/org-gnosis.el @@ -77,11 +77,21 @@ :type 'string :group 'org-gnosis) +(defcustom org-gnosis-todo-files org-agenda-files + "TODO files used for the journal entries." + :type '(repeat string) + :group 'org-gnosis) + (defcustom org-gnosis-completing-read-func #'org-completing-read "Function to use for `completing-read'." :type 'function :group 'org-gnosis) +(defcustom org-gnosis-bullet-point-char "+" + "String to indicate a bullet point." + :type 'string + :group 'org-gnosis) + (defface org-gnosis-face-tags '((t :inherit font-lock-type-face)) "Face for displaying gnosis with `org-gnosis-find'." -- cgit v1.2.3