branch: externals/org-gnosis
commit 0573178562b20ea0fd5c362ef4ba943cd57404a5
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
Add custom bullet-point-char & todo-files.
---
org-gnosis.el | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/org-gnosis.el b/org-gnosis.el
index 5a1fb22066..a724db00a1 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'."