X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=a4f9664d7eec66c929c1ca5880e751e8fcabcb7a;hp=9b7858206d97949a5c6d43df27ac46a6b618af60;hb=e6e3d96782d6bf99c3dfad250cdb5158155a14bf;hpb=bd17e1fc842b7d7cac7434e716196e18f1c1fc24 diff --git a/elpher.el b/elpher.el index 9b78582..a4f9664 100644 --- a/elpher.el +++ b/elpher.el @@ -1673,7 +1673,7 @@ The result is rendered using RENDERER." (insert "\n" "Your bookmarks are stored in your ") (let ((help-string "RET,mouse-1: Open bookmark list")) - (insert-text-button "Emacs bookmark list" + (insert-text-button "bookmark list" 'face 'link 'action (lambda (_) (interactive) @@ -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 ()