diff options
author | Thanos Apollo <[email protected]> | 2024-03-08 09:41:13 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-03-08 09:41:13 +0200 |
commit | 3b705cfb4a675e882d48fd98965ceb0803e74df9 (patch) | |
tree | 645bb6bd8baf913d52a0c3beb280ae19685b5e04 /gnosis.el | |
parent | 3433d348e214cff704c2bef1a855c0ea655ad32b (diff) |
gnosis-mcq-display-choices: Default to nil
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ between two strings to consider them as similar." :type 'boolean :group 'gnosis) -(defcustom gnosis-mcq-display-choices t +(defcustom gnosis-mcq-display-choices nil "When t, display choices for mcq notes during review. Users that use a completion framework like ivy/helm/vertico may want |