branch: elpa/gnosis
commit 7ad8c5406a1a75cbdfe16b479d4188580125324e
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>
cloze-string: default to use parentheses.
* Default to use parentheses for aesthetics and to avoid potential
issues with regex replacements.
---
gnosis.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnosis.el b/gnosis.el
index 8cf76b85063..0c490cf5763 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -66,7 +66,7 @@
(unless (file-directory-p gnosis-dir)
(make-directory gnosis-dir))
-(defcustom gnosis-cloze-string "[...]"
+(defcustom gnosis-cloze-string "(...)"
"Gnosis string to represent a cloze."
:type 'string)