From 3d57d6d240f7bf90c9f0d27675a4830164ddce6c Mon Sep 17 00:00:00 2001 From: plugd Date: Tue, 27 Jul 2021 16:13:30 +0200 Subject: [PATCH] Added missing call to bookmark-maybe-load-default-file. --- elpher.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elpher.el b/elpher.el index 9b78582..bdb7aab 100644 --- 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) -- 2.20.1