summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnosis.el b/gnosis.el
index eead209..b2c2e40 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1162,9 +1162,8 @@ Used to reveal all clozes left with `gnosis-face-cloze-unanswered' face."
(interactive)
(let ((default-directory dir))
(vc-pull)
- (setf gnosis-db
- (emacsql-sqlite-open
- (expand-file-name "gnosis.db" gnosis-dir)))))
+ ;; Reopen gnosis-db after pull
+ (setf gnosis-db (emacsql-sqlite-open (expand-file-name "gnosis.db" dir)))))
(defun gnosis-review-commit (note-num)
"Commit review session on git repository.