branch: elpa/gnosis commit 97668c7a9f0a4241959a699cab222b72a20f1286 Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
Remove deprecated mcq-display-choices custom. --- gnosis.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gnosis.el b/gnosis.el index 2e29e051af..4a8bb0a1b5 100644 --- a/gnosis.el +++ b/gnosis.el @@ -78,14 +78,6 @@ between two strings to consider them as similar." "Run `vc-push' at the end of every review session." :type 'boolean) -(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 -to set this to nil, as the choices will be displayed in the completion -framework's minibuffer." - :type 'boolean) - (defcustom gnosis-completing-read-function (cond ((or (bound-and-true-p ivy-mode) (bound-and-true-p helm-mode)