We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f65cc commit 8481db5Copy full SHA for 8481db5
ebib-reading-list.el
@@ -208,6 +208,9 @@ 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-index-buffer)
213
+ (ebib--update-entry-buffer)
214
key)))
215
216
(defun ebib--reading-list-remove-item (key)
@@ -221,6 +224,9 @@ do nothing and return nil."
221
224
(funcall ebib-reading-list-remove-item-function)
222
225
(run-hooks 'ebib-reading-list-remove-item-hook)
223
226
227
228
229
230
key))))
231
232
(defun ebib--reading-list-fill-template (key db)
0 commit comments