We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f65cc commit 83e50cfCopy full SHA for 83e50cf
ebib-reading-list.el
@@ -208,6 +208,8 @@ return nil."
208
(insert (ebib--reading-list-fill-template key db))
209
(run-hooks 'ebib-reading-list-new-item-hook)
210
(save-buffer)
211
+ (ebib-db-set-current-entry-key (ebib--get-key-at-point) ebib--cur-db)
212
+ (ebib--update-buffers)
213
key)))
214
215
(defun ebib--reading-list-remove-item (key)
@@ -221,6 +223,8 @@ do nothing and return nil."
221
223
(funcall ebib-reading-list-remove-item-function)
222
224
(run-hooks 'ebib-reading-list-remove-item-hook)
225
226
227
228
key))))
229
230
(defun ebib--reading-list-fill-template (key db)
0 commit comments