Added missing call to bookmark-maybe-load-default-file.
authorplugd <plugd@thelambdalab.xyz>
Tue, 27 Jul 2021 14:13:30 +0000 (16:13 +0200)
committerplugd <plugd@thelambdalab.xyz>
Tue, 27 Jul 2021 14:13:30 +0000 (16:13 +0200)
elpher.el

index 9b78582..bdb7aab 100644 (file)
--- a/elpher.el
+++ b/elpher.el
@@ -1863,6 +1863,7 @@ To bookmark the link at point use \\[elpher-bookmark-link]."
     (error "Command not supported for bookmarks page"))
   (elpher-with-clean-buffer
    (insert " ---- Elpher Bookmarks ---- \n\n")
+   (bookmark-maybe-load-default-file)
    (let ((bookmarks (bookmark-maybe-sort-alist)))
      (if bookmarks
          (dolist (bookmark bookmarks)