X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=950b4bcbfb7990a53747368e1e8258a3f9c8d283;hp=9b7858206d97949a5c6d43df27ac46a6b618af60;hb=d87bf5e55f7251014669867690744624a9590a5e;hpb=bd17e1fc842b7d7cac7434e716196e18f1c1fc24 diff --git a/elpher.el b/elpher.el index 9b78582..950b4bc 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) @@ -1881,7 +1882,7 @@ To bookmark the link at point use \\[elpher-bookmark-link]." 'follow-link t 'help-echo "RET,mouse-1: open Emacs bookmark menu") (insert (substitute-command-keys - ",\nwhich can also be openned from anywhere using '\\[bookmark-bmenu-list]'.")) + ",\nwhich can also be opened from anywhere using '\\[bookmark-bmenu-list]'.")) (elpher-restore-pos))) (defun elpher-show-bookmarks ()