branch: elpa/gnosis commit afa3d383367a64e588eb970007cf62b5162dd75a Author: Thanos Apollo <pub...@thanosapollo.org> Commit: Thanos Apollo <pub...@thanosapollo.org>
New variable: gnosis-review-buffer-name. + Placeholder for review buffer name. --- gnosis.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnosis.el b/gnosis.el index ace80e84ad..d6642a18a3 100644 --- a/gnosis.el +++ b/gnosis.el @@ -180,6 +180,9 @@ Avoid using an increased height value as this messes up with (defvar gnosis-review-notes nil "Review notes.") +(defvar gnosis-review-buffer-name "*gnosis*" + "Review buffer name.") + (defvar gnosis-export-separator "\n- ") ;; TODO: Make this as a defcustom.